Ran source code through "indent -nbfda -npcs -npsl -bli0".

This commit is contained in:
William Kendrick 2006-08-27 21:00:52 +00:00
parent 51355bce43
commit 7716a05281
38 changed files with 10816 additions and 10710 deletions

View file

@ -16,7 +16,8 @@
/* What titles are available: */
enum {
enum
{
TITLE_NONE,
TITLE_NOCOLORS,
TITLE_TOOLS,
@ -33,7 +34,7 @@ enum {
/* Title names: */
const char * const title_names[NUM_TITLES] = {
const char *const title_names[NUM_TITLES] = {
"",
"",
gettext_noop("Tools"),
@ -45,4 +46,3 @@ const char * const title_names[NUM_TITLES] = {
gettext_noop("Letters"),
gettext_noop("Magic")
};