Fix indentation.

This commit is contained in:
Emilio Almansi 2018-02-16 14:40:17 -03:00 committed by chriseth
parent ca6957da37
commit 47a0e374e2

View File

@ -239,9 +239,9 @@ BOOST_AUTO_TEST_CASE(documentation)
);
c.addSource("c",
"contract C {"
" /** Some comment on Evt.*/ event Evt();"
" /** Some comment on mod.*/ modifier mod() { _; }"
" /** Some comment on fn.*/ function fn() public {}"
" /** Some comment on Evt.*/ event Evt();"
" /** Some comment on mod.*/ modifier mod() { _; }"
" /** Some comment on fn.*/ function fn() public {}"
"}"
);
c.parseAndAnalyze();