summaryrefslogtreecommitdiffstats
path: root/src/RunClang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RunClang.h')
-rw-r--r--src/RunClang.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/RunClang.h b/src/RunClang.h
index 4918137..5fc6350 100644
--- a/src/RunClang.h
+++ b/src/RunClang.h
@@ -19,8 +19,7 @@
struct Options;
/// runClang - Run Clang with given user arguments and detected options.
-int runClang(const char* const* argBeg,
- const char* const* argEnd,
+int runClang(const char* const* argBeg, const char* const* argEnd,
Options const& opts);
#endif // CASTXML_RUNCLANG_H