]> pd.if.org Git - pdclib/blobdiff - functions/ctype/toupper.c
Whitespace cleanups.
[pdclib] / functions / ctype / toupper.c
index 2168134631d7743de1122e151591b8a9267a1e3c..2ef335960232d69a4c0557bde7d7d6240c15aa4b 100644 (file)
@@ -18,6 +18,7 @@ int toupper( int c )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -30,4 +31,5 @@ int main( void )
     TESTCASE( toupper( '[' ) == '[' );
     return TEST_RESULTS;
 }
+
 #endif