Skip to content

Commit 572b166

Browse files
committed
JBMC: minor fix, removing superfluous padding from converter
1 parent 22ebd12 commit 572b166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/java_bytecode/library/converter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int main(int argc, char *argv[])
6666
printf("\n");
6767
}
6868

69-
std::cout << "\n#define " << varname << "_SIZE " << size << "\n\n";
69+
std::cout << "\n#define " << varname << "_SIZE " << size << "\n";
7070
src.close();
7171
return 0;
7272
}

0 commit comments

Comments
 (0)