Skip to content

Commit e5233e9

Browse files
Fix indentation in help text
looks ugly otherwise
1 parent a94fe56 commit e5233e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jbmc/src/java_bytecode/java_bytecode_language.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Author: Daniel Kroening, [email protected]
140140
" jar files\n" \
141141
" A " JAVA_CLASSPATH_SEPARATOR \
142142
" separated list of directories and JAR\n" \
143-
" archives to search for class files.\n" \
143+
" archives to search for class files.\n" \
144144
" --main-class class-name set the name of the main class\n"
145145

146146
#define HELP_JAVA_METHOD_NAME /* NOLINT(*) */ \
@@ -150,7 +150,7 @@ Author: Daniel Kroening, [email protected]
150150

151151
#define HELP_JAVA_CLASS_NAME /* NOLINT(*) */ \
152152
" class-name name of class\n" \
153-
" The entry point is the method specified by\n" /* NOLINT(*) */ \
153+
" The entry point is the method specified by\n" \
154154
" --function, or otherwise, the\n" \
155155
" public static void main(String[])\n" \
156156
" method of the given class.\n"
@@ -159,7 +159,7 @@ Author: Daniel Kroening, [email protected]
159159
"(jar):"
160160

161161
#define HELP_JAVA_JAR /* NOLINT(*) */ \
162-
" -jar jarfile JAR file to be checked\n" \
162+
" -jar jarfile JAR file to be checked\n" \
163163
" The entry point is the method specified by\n" \
164164
" --function or otherwise, the\n" \
165165
" public static void main(String[]) method\n" \

0 commit comments

Comments
 (0)