summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcompress
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2014-12-11 18:10:03 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-11 18:53:06 (GMT)
commit111be1801fcf50412e702be2d5966dbf52926b94 (patch)
tree8bb76dc144ec0b5190f9992fc69af59943eaa699 /Utilities/cmcompress
parent3171fe0afa7169c1e814a5c0e08b115002f0d3c3 (diff)
downloadCMake-111be1801fcf50412e702be2d5966dbf52926b94.zip
CMake-111be1801fcf50412e702be2d5966dbf52926b94.tar.gz
CMake-111be1801fcf50412e702be2d5966dbf52926b94.tar.bz2
Rename header guards to not start with double underscore
Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand.
Diffstat (limited to 'Utilities/cmcompress')
-rw-r--r--Utilities/cmcompress/cmcompress.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Utilities/cmcompress/cmcompress.h b/Utilities/cmcompress/cmcompress.h
index fdb0d90..4cd3a1c 100644
--- a/Utilities/cmcompress/cmcompress.h
+++ b/Utilities/cmcompress/cmcompress.h
@@ -35,8 +35,8 @@
* SUCH DAMAGE.
*/
-#ifndef __cmcompress__h_
-#define __cmcompress__h_
+#ifndef cmcompress__h_
+#define cmcompress__h_
#include <stdio.h>
@@ -192,4 +192,4 @@ extern "C"
#endif
-#endif /* __cmcompress__h_ */
+#endif /* cmcompress__h_ */