diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-26 13:59:42 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-26 13:59:42 (GMT) |
commit | 043e93871e9ff61ce53dfe8b19a0555f6e76709c (patch) | |
tree | 15de4f91ca7501702d17576ef00bacc719a384ad /Utilities/KWStyle | |
parent | f23668a919400d5b87fd386a64f10ba706e9548f (diff) | |
download | CMake-043e93871e9ff61ce53dfe8b19a0555f6e76709c.zip CMake-043e93871e9ff61ce53dfe8b19a0555f6e76709c.tar.gz CMake-043e93871e9ff61ce53dfe8b19a0555f6e76709c.tar.bz2 |
ENH: 80 is fine
Diffstat (limited to 'Utilities/KWStyle')
-rw-r--r-- | Utilities/KWStyle/CMake.kws.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/KWStyle/CMake.kws.xml.in b/Utilities/KWStyle/CMake.kws.xml.in index 9c5efee..28f3c76 100644 --- a/Utilities/KWStyle/CMake.kws.xml.in +++ b/Utilities/KWStyle/CMake.kws.xml.in @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> <Description> -<LineLength>79</LineLength> +<LineLength>80</LineLength> <!-- <Header>"@CMAKE_SOURCE_DIR@/Utilities/KWStyle/Headers",false,true</Header> <Functions> |