diff options
author | liljencrantz <liljencrantz@gmail.com> | 2007-10-15 23:21:25 +1000 |
---|---|---|
committer | liljencrantz <liljencrantz@gmail.com> | 2007-10-15 23:21:25 +1000 |
commit | a97faaf664264a356e592118ec99cc26ce4c0e47 (patch) | |
tree | 4f65f75729a587c4976e5f3cf7c9f7388ed27c6f | |
parent | 0c1b40e3b3dfd281350b7ca639979860d4c20201 (diff) |
Indentation fixes.
darcs-hash:20071015132125-75c98-c59b345017f97ac4fe9bb166bf5128245a66e05a.gz
-rw-r--r-- | fallback.h | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -59,7 +59,7 @@ struct winsize unsigned short ws_row; unsigned short ws_col; } - ; +; #endif @@ -283,8 +283,8 @@ long convert_digit( wchar_t d, int base ); supported. */ long wcstol(const wchar_t *nptr, - wchar_t **endptr, - int base); + wchar_t **endptr, + int base); #endif #ifndef HAVE_WCSLCAT @@ -337,7 +337,7 @@ struct drand48_data */ unsigned int seed; } - ; +; /** Fallback implementation of lrand48_r. Internally uses rand_r, so it is pretty weak. @@ -382,8 +382,8 @@ char * textdomain( const char * domainname ); Fallback implementation of dcgettext. Just returns the original string. */ char * dcgettext ( const char * domainname, - const char * msgid, - int category ); + const char * msgid, + int category ); #endif @@ -413,7 +413,7 @@ struct option int *flag; int val; } - ; +; #ifndef no_argument #define no_argument 0 @@ -428,10 +428,10 @@ struct option #endif int getopt_long(int argc, - char * const argv[], - const char *optstring, - const struct option *longopts, - int *longindex); + char * const argv[], + const char *optstring, + const struct option *longopts, + int *longindex); #endif |