From 685c0ade8fc5df508ba0b6446bfe1e90b4a8cf3b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 10 Aug 2006 21:36:59 +0000 Subject: [PATCH] workaround indent beautifier problem git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9239 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Modules/main.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SWIG/Source/Modules/main.cxx b/SWIG/Source/Modules/main.cxx index 45fb7402e..dffb00572 100644 --- a/SWIG/Source/Modules/main.cxx +++ b/SWIG/Source/Modules/main.cxx @@ -39,7 +39,8 @@ extern "C" { extern String *ModuleName; } -// usage string split into multiple parts otherwise string is too big for some compilers +/* usage string split into multiple parts otherwise string is too big for some compilers */ + static const char *usage1 = (const char*)"\ \nGeneral Options\n\ -addextern - Add extra extern declarations\n\