Indentation fixes.

darcs-hash:20071015132125-75c98-c59b345017f97ac4fe9bb166bf5128245a66e05a.gz
This commit is contained in:
liljencrantz 2007-10-15 23:21:25 +10:00
parent 0c1b40e3b3
commit a97faaf664

View file

@ -59,7 +59,7 @@ struct winsize
unsigned short ws_row; unsigned short ws_row;
unsigned short ws_col; unsigned short ws_col;
} }
; ;
#endif #endif
@ -337,7 +337,7 @@ struct drand48_data
*/ */
unsigned int seed; unsigned int seed;
} }
; ;
/** /**
Fallback implementation of lrand48_r. Internally uses rand_r, so it is pretty weak. Fallback implementation of lrand48_r. Internally uses rand_r, so it is pretty weak.
@ -413,7 +413,7 @@ struct option
int *flag; int *flag;
int val; int val;
} }
; ;
#ifndef no_argument #ifndef no_argument
#define no_argument 0 #define no_argument 0