mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix indentation.
This commit is contained in:
parent
ca6957da37
commit
47a0e374e2
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user