summaryrefslogtreecommitdiffstats
path: root/src/msvc_helper.h
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-10-19 18:03:15 (GMT)
committerNico Weber <nicolasweber@gmx.de>2013-10-19 18:03:15 (GMT)
commitfffb8b1cddfd314acd2509f0507038d403222ab2 (patch)
tree631bc29827dc245b128e0caf1d0ddc000b409981 /src/msvc_helper.h
parent3ca52649616c5539101a9cbd8b2aba36462afd98 (diff)
downloadNinja-fffb8b1cddfd314acd2509f0507038d403222ab2.zip
Ninja-fffb8b1cddfd314acd2509f0507038d403222ab2.tar.gz
Ninja-fffb8b1cddfd314acd2509f0507038d403222ab2.tar.bz2
Minor style fixes. No functionality change.
Diffstat (limited to 'src/msvc_helper.h')
-rw-r--r--src/msvc_helper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/msvc_helper.h b/src/msvc_helper.h
index 0433769..5d7dcb0 100644
--- a/src/msvc_helper.h
+++ b/src/msvc_helper.h
@@ -27,7 +27,8 @@ struct CLParser {
/// Parse a line of cl.exe output and extract /showIncludes info.
/// If a dependency is extracted, returns a nonempty string.
/// Exposed for testing.
- static string FilterShowIncludes(const string& line, const string& deps_prefix);
+ static string FilterShowIncludes(const string& line,
+ const string& deps_prefix);
/// Return true if a mentioned include file is a system path.
/// Filtering these out reduces dependency information considerably.