Browse Source

Whitespace change.

cl-refactor
chriseth 10 years ago
parent
commit
4e0dbd1c7a
  1. 2
      test/solidityOptimizerTest.cpp

2
test/solidityOptimizerTest.cpp

@ -116,7 +116,7 @@ BOOST_AUTO_TEST_CASE(unused_expressions)
contract test {
uint data;
function f() returns (uint a, uint b) {
10+20;
10 + 20;
data;
}
})";

Loading…
Cancel
Save