Skip to content

Commit 5e9aba8

Browse files
committed
Remove unnecessary newline
To pacify clang-format. All hail clang-format.
1 parent df455b8 commit 5e9aba8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jbmc/src/java_bytecode/remove_instanceof.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ bool remove_instanceoft::lower_instanceof(goto_programt &goto_program)
235235
return true;
236236
}
237237

238-
239238
/// Replace an instanceof in the expression or guard of the passed instruction
240239
/// of the given function body with an explicit class-identifier test.
241240
/// \remarks Extra auxiliary variables may be introduced into symbol_table.

0 commit comments

Comments
 (0)