Skip to content

Commit

Permalink
Indentation fixes.
Browse files Browse the repository at this point in the history
darcs-hash:20071015132125-75c98-c59b345017f97ac4fe9bb166bf5128245a66e05a.gz
  • Loading branch information
liljencrantz committed Oct 15, 2007
1 parent 0c1b40e commit a97faaf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions fallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ struct winsize
unsigned short ws_row;
unsigned short ws_col;
}
;
;

#endif

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -337,7 +337,7 @@ struct drand48_data
*/
unsigned int seed;
}
;
;

/**
Fallback implementation of lrand48_r. Internally uses rand_r, so it is pretty weak.
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -413,7 +413,7 @@ struct option
int *flag;
int val;
}
;
;

#ifndef no_argument
#define no_argument 0
Expand All @@ -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

Expand Down

0 comments on commit a97faaf

Please sign in to comment.