aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CommandLineInterface.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-20 20:32:34 +0800
committerGitHub <noreply@github.com>2018-09-20 20:32:34 +0800
commit5a473ab6824512512b8642af66759abb34cf3a23 (patch)
tree5080eca72344ffaa959708fef4c75178d459a4e5 /solc/CommandLineInterface.cpp
parentc3dd413c344e1c37dd6f47e8b1f56ca47edebcb5 (diff)
parent6f7ff2dcd4e4cc83a76c8e79993682408da0b774 (diff)
downloaddexon-solidity-5a473ab6824512512b8642af66759abb34cf3a23.tar
dexon-solidity-5a473ab6824512512b8642af66759abb34cf3a23.tar.gz
dexon-solidity-5a473ab6824512512b8642af66759abb34cf3a23.tar.bz2
dexon-solidity-5a473ab6824512512b8642af66759abb34cf3a23.tar.lz
dexon-solidity-5a473ab6824512512b8642af66759abb34cf3a23.tar.xz
dexon-solidity-5a473ab6824512512b8642af66759abb34cf3a23.tar.zst
dexon-solidity-5a473ab6824512512b8642af66759abb34cf3a23.zip
Merge pull request #5033 from liangdzou/fix_source_format_issue
fix format issue for source files to enable the format checker in PR #5027
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r--solc/CommandLineInterface.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp
index a43e789e..8fd0d6ef 100644
--- a/solc/CommandLineInterface.cpp
+++ b/solc/CommandLineInterface.cpp
@@ -736,7 +736,8 @@ bool CommandLineInterface::processInput()
if (m_args.count(g_argAllowPaths))
{
vector<string> paths;
- for (string const& path: boost::split(paths, m_args[g_argAllowPaths].as<string>(), boost::is_any_of(","))) {
+ for (string const& path: boost::split(paths, m_args[g_argAllowPaths].as<string>(), boost::is_any_of(",")))
+ {
auto filesystem_path = boost::filesystem::path(path);
// If the given path had a trailing slash, the Boost filesystem
// path will have it's last component set to '.'. This breaks