Skip to content

Commit

Permalink
JBMC: Minor fix, removing superfluous padding from converter
Browse files Browse the repository at this point in the history
  • Loading branch information
Degiorgio committed Jun 3, 2018
1 parent 7985716 commit 1bd4f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jbmc/src/java_bytecode/library/converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int main(int argc, char *argv[])
printf("\n");
}

std::cout << "\n#define " << varname << "_SIZE " << size << "\n\n";
std::cout << "\n#define " << varname << "_SIZE " << size << "\n";
src.close();
return 0;
}

0 comments on commit 1bd4f04

Please sign in to comment.