diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:01:22 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:01:22 (GMT) |
commit | 14781101fd43a68ea5226f067022df30fa8464b4 (patch) | |
tree | 0ef72380f3bb35cc8c89bd10bb47c54a37d515e1 /Source/cmDependsJavaParserHelper.h | |
parent | a5ed047d4be3f0fbf399813a96e1536e5703b934 (diff) | |
download | CMake-14781101fd43a68ea5226f067022df30fa8464b4.zip CMake-14781101fd43a68ea5226f067022df30fa8464b4.tar.gz CMake-14781101fd43a68ea5226f067022df30fa8464b4.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmDependsJavaParserHelper.h')
-rw-r--r-- | Source/cmDependsJavaParserHelper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDependsJavaParserHelper.h b/Source/cmDependsJavaParserHelper.h index cf5d29a..171518e 100644 --- a/Source/cmDependsJavaParserHelper.h +++ b/Source/cmDependsJavaParserHelper.h @@ -99,7 +99,8 @@ private: void PrintClasses(); void Print(const char* place, const char* str); - void CombineUnions(char** out, const char* in1, char** in2, const char* sep); + void CombineUnions(char** out, const char* in1, char** in2, + const char* sep); void SafePrintMissing(const char* str, int line, int cnt); void CleanupParser(); |