summaryrefslogtreecommitdiffstats
path: root/Source/cm_codecvt.cxx
diff options
context:
space:
mode:
authorKitware Robot <kwrobot@kitware.com>2018-06-01 13:53:41 (GMT)
committerBrad King <brad.king@kitware.com>2018-06-01 13:53:42 (GMT)
commitd7204e649ed4ebb19bb341b4e49eb51514364922 (patch)
treed9ac3ded5ae6899be7188795011743fe3e6da0a6 /Source/cm_codecvt.cxx
parent12fed3edb107c949671043196fa94c542b45452a (diff)
downloadCMake-d7204e649ed4ebb19bb341b4e49eb51514364922.zip
CMake-d7204e649ed4ebb19bb341b4e49eb51514364922.tar.gz
CMake-d7204e649ed4ebb19bb341b4e49eb51514364922.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 'Source/cm_codecvt.cxx')
-rw-r--r--Source/cm_codecvt.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cm_codecvt.cxx b/Source/cm_codecvt.cxx
index 6705851..9519f91 100644
--- a/Source/cm_codecvt.cxx
+++ b/Source/cm_codecvt.cxx
@@ -3,11 +3,11 @@
#include "cm_codecvt.hxx"
#if defined(_WIN32)
-#include <assert.h>
-#include <string.h>
-#include <windows.h>
-#undef max
-#include "cmsys/Encoding.hxx"
+# include <assert.h>
+# include <string.h>
+# include <windows.h>
+# undef max
+# include "cmsys/Encoding.hxx"
#endif
#if defined(_WIN32)
td colspan='5'> * [svn-r5560] Purpose:Quincey Koziol2002-06-103-4/+287 * [svn-r5556] Purpose:Bill Wendling2002-06-071-3/+21 * [svn-r5555] Purpose:Bill Wendling2002-06-071-2/+46 * [svn-r5554] Purpose:Bill Wendling2002-06-073-2/+487 * [svn-r5551] Purpose:Quincey Koziol2002-06-072-4/+4 * [svn-r5550] Purpose:Quincey Koziol2002-06-073-39/+67 * [svn-r5547] Purpose:Quincey Koziol2002-06-061-1/+1 * [svn-r5545] Purpose:Quincey Koziol2002-06-061-4/+0 * [svn-r5543] Purpose:Quincey Koziol2002-06-062-9/+0 * [svn-r5542] Purpose:Quincey Koziol2002-06-062-15/+46 * [svn-r5539] Description:Albert Cheng2002-06-063-24/+47 * [svn-r5538] Purpose:Quincey Koziol2002-06-052-41/+101 * [svn-r5536] Purpose:Quincey Koziol2002-06-0516-208/+306 * [svn-r5534] Purpose:Albert Cheng2002-06-041-18/+30 * [svn-r5531] Purpose:Bill Wendling2002-06-043-91/+405 * [svn-r5530] Purpose:Bill Wendling2002-06-0410-18/+39 * [svn-r5529] Purpose:Quincey Koziol2002-06-041-4/+36 * [svn-r5526] Purpose:Bill Wendling2002-06-041-2/+2 * [svn-r5525] Elena Pourmal2002-06-041-0/+5 * [svn-r5524] Elena Pourmal2002-06-042-8/+17 * [svn-r5521] Purpose:Quincey Koziol2002-06-042-11/+39 * [svn-r5519] Purpose:Quincey Koziol2002-06-042-1/+13 * [svn-r5516] Purpose:Albert Cheng2002-06-041-139/+153 * [svn-r5515] Purpose:Bill Wendling2002-06-031-6/+29 * [svn-r5512] Purpose:Bill Wendling2002-06-031-0/+1 * [svn-r5511] Purpose:Bill Wendling2002-06-031-0/+262 * [svn-r5510] Purpose:Quincey Koziol2002-06-032-57/+103 * [svn-r5508] Elena Pourmal2002-06-031-1/+1 * [svn-r5506] Snapshot version 1.5 release 29HDF Admin2002-06-0210-36/+38 * [svn-r5503] Purpose:Albert Cheng2002-06-012-120/+370 * [svn-r5502] Purpose:Quincey Koziol2002-06-012-1/+112 * [svn-r5501] Purpose:Quincey Koziol2002-06-011-0/+2 * [svn-r5500] Purpose:Quincey Koziol2002-06-011-1/+3 * [svn-r5495] Purpose:Bill Wendling2002-05-312-4/+167 * [svn-r5492] Elena Pourmal2002-05-317-18/+16 * [svn-r5491] Purpose:Bill Wendling2002-05-311-23/+74 * [svn-r5490] Purpose:Elena Pourmal2002-05-315-224/+739 * [svn-r5488] Purpose:Bill Wendling2002-05-302-4/+167 * [svn-r5487] Purpose:Quincey Koziol2002-05-302-15/+0 * [svn-r5486] Purpose:Albert Cheng2002-05-303-83/+58 * [svn-r5485] Purpose:Bill Wendling2002-05-291-25/+7 * [svn-r5484] Raymond Lu2002-05-291-14/+10 * [svn-r5483] Description:Albert Cheng2002-05-291-7/+29 * [svn-r5481] Description:Albert Cheng2002-05-294-12/+12 * [svn-r5477] Purpose:Albert Cheng2002-05-291-83/+66 * [svn-r5475] Purpose:Albert Cheng2002-05-291-2/+2 * [svn-r5472] Purpose:Albert Cheng2002-05-293-3/+3 * [svn-r5471] Purpose:Quincey Koziol2002-05-29