Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-02-08 22:58:47 +0300
committerErik Andersen <andersen@codepoet.org>2000-02-08 22:58:47 +0300
commite49d5ecbbe51718fa925b6890a735e5937cc2aa2 (patch)
treec90bda10731ad9333ce3b404f993354c9fc104b8 /messages.c
parentc0bf817bbc5c7867fbe8fb76d5c39f8ee802692f (diff)
Some formatting updates (ran the code through indent)
-Erik
Diffstat (limited to 'messages.c')
-rw-r--r--messages.c19
1 files changed, 7 insertions, 12 deletions
diff --git a/messages.c b/messages.c
index bfbf3175b..265c5ade8 100644
--- a/messages.c
+++ b/messages.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2000 by BitterSweet Enterprises, LLC.
* Written by Karl M. Hegbloom <karlheg@debian.org>
@@ -40,25 +41,19 @@
#if defined bb_need_name_too_long || ! defined BB_DECLARE_EXTERN
BB_DEF_MESSAGE(name_too_long, "%s: file name too long\n")
#endif
-
#if defined bb_need_omitting_directory || ! defined BB_DECLARE_EXTERN
-BB_DEF_MESSAGE(omitting_directory, "%s: %s: omitting directory\n")
+ BB_DEF_MESSAGE(omitting_directory, "%s: %s: omitting directory\n")
#endif
-
#if defined bb_need_not_a_directory || ! defined BB_DECLARE_EXTERN
-BB_DEF_MESSAGE(not_a_directory, "%s: %s: not a directory\n")
+ BB_DEF_MESSAGE(not_a_directory, "%s: %s: not a directory\n")
#endif
-
#if defined bb_need_memory_exhausted || ! defined BB_DECLARE_EXTERN
-BB_DEF_MESSAGE(memory_exhausted, "%s: memory exhausted\n")
+ BB_DEF_MESSAGE(memory_exhausted, "%s: memory exhausted\n")
#endif
-
#if defined bb_need_invalid_date || ! defined BB_DECLARE_EXTERN
-BB_DEF_MESSAGE(invalid_date, "%s: invalid date `%s'\n")
+ BB_DEF_MESSAGE(invalid_date, "%s: invalid date `%s'\n")
#endif
-
#if defined bb_need_invalid_option || ! defined BB_DECLARE_EXTERN
-BB_DEF_MESSAGE(invalid_option, "%s: invalid option -- %c\n")
+ BB_DEF_MESSAGE(invalid_option, "%s: invalid option -- %c\n")
#endif
-
-#endif /* _BB_MESSAGES_C */
+#endif /* _BB_MESSAGES_C */