Changeset 52 for sources/src/alias.cc


Ignore:
Timestamp:
Jan 22, 2013, 4:23:22 PM (11 years ago)
Author:
meunier
Message:

Code formatting in all source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/alias.cc

    r27 r52  
    3434
    3535#include "alias.h"
     36
    3637#include <iostream>
    3738#ifdef HAVE_CONFIG_H
     
    3940#endif
    4041
    41 const char * alias ()
    42 {
     42const char * alias () {
    4343        static int i = 0;
    44         char *buf = new char[4];       
     44        char * buf = new char[4];       
    4545        buf[3] = '\0';
    4646        buf[2] = 'a' + i % 26;
Note: See TracChangeset for help on using the changeset viewer.