1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00

Whitespace fix.

This commit is contained in:
Jakub Jelinek
2003-04-07 21:18:34 +00:00
parent e11ea7779d
commit 87a6784eeb

View File

@@ -48,7 +48,7 @@ do_test (void)
exit (1); exit (1);
} }
return 0; return 0;
} }
#define TEST_FUNCTION do_test () #define TEST_FUNCTION do_test ()