1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-11 11:50:52 +03:00

Use spaces for indentation, not tabs.

This commit is contained in:
Bruno Haible
2009-12-10 20:28:30 +01:00
parent 039ae97b8a
commit 441aa3044f
1202 changed files with 55784 additions and 55721 deletions

View File

@@ -30,15 +30,15 @@
#endif
#define ASSERT(expr) \
do \
{ \
if (!(expr)) \
{ \
fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \
fflush (stderr); \
abort (); \
} \
} \
do \
{ \
if (!(expr)) \
{ \
fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \
fflush (stderr); \
abort (); \
} \
} \
while (0)
char *program_name;
@@ -75,10 +75,10 @@ main (int argc, char **argv)
if (c_stack_action (0) == 0)
{
if (1 < argc)
{
exit_failure = 77;
++*argv[argc]; /* Intentionally dereference NULL. */
}
{
exit_failure = 77;
++*argv[argc]; /* Intentionally dereference NULL. */
}
return recurse (0);
}
fputs ("skipping test: ", stderr);