summaryrefslogtreecommitdiff
path: root/src/main/Banner.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-24 20:50:59 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-24 20:50:59 +0000
commitd475e8040a76eb7776eb5ed8f3f3edc0f417f6c7 (patch)
treee377c6a035918a2ef81c2655946a11b27513e253 /src/main/Banner.c
parent1de5cce82d9fac333fba971bd5c19547c4d22abe (diff)
Removed tabs from files.
Added @version lines to various header files. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1170 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Banner.c')
-rw-r--r--src/main/Banner.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/Banner.c b/src/main/Banner.c
index 5e4261d5..a4fc99ef 100644
--- a/src/main/Banner.c
+++ b/src/main/Banner.c
@@ -160,8 +160,8 @@ void CCTK_PrintBanners(void)
{
if (banner_strings[i])
{
- printf("--------------------------------------------------------------------------------\n");
- printf("%s\n",banner_strings[i]);
+ printf("--------------------------------------------------------------------------------\n");
+ printf("%s\n",banner_strings[i]);
}
}
printf("--------------------------------------------------------------------------------\n");