summaryrefslogtreecommitdiffstats
path: root/src/RunClang.cxx
diff options
context:
space:
mode:
authorKitware Robot <kwrobot@kitware.com>2019-04-08 15:51:43 (GMT)
committerBrad King <brad.king@kitware.com>2019-04-08 15:55:34 (GMT)
commit588aad93ae53b59f8eca7d854ec6fb99a87f507f (patch)
treea65571d6006335cba4ce45152376b8d7b00997a2 /src/RunClang.cxx
parentf07b3e8762cb54458f0f95695ac2940c6b8a40dc (diff)
downloadCastXML-588aad93ae53b59f8eca7d854ec6fb99a87f507f.zip
CastXML-588aad93ae53b59f8eca7d854ec6fb99a87f507f.tar.gz
CastXML-588aad93ae53b59f8eca7d854ec6fb99a87f507f.tar.bz2
Revise C++ coding style using clang-format-6.0
Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 6.0. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
Diffstat (limited to 'src/RunClang.cxx')
-rw-r--r--src/RunClang.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RunClang.cxx b/src/RunClang.cxx
index edf18a5..cf1e674 100644
--- a/src/RunClang.cxx
+++ b/src/RunClang.cxx
@@ -53,7 +53,7 @@
#if LLVM_VERSION_MAJOR > 3 || \
LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR >= 9
-#define CASTXML_OWNS_OSTREAM
+# define CASTXML_OWNS_OSTREAM
#endif
class ASTConsumer : public clang::ASTConsumer