mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 14:20:27 +00:00
cmNewLineStyle: Remove trailing comma in enum
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
|||||||
// LF = '\n', 0x0A, 10
|
// LF = '\n', 0x0A, 10
|
||||||
// CR = '\r', 0x0D, 13
|
// CR = '\r', 0x0D, 13
|
||||||
LF, // Unix
|
LF, // Unix
|
||||||
CRLF, // Dos
|
CRLF // Dos
|
||||||
};
|
};
|
||||||
|
|
||||||
void SetStyle(Style);
|
void SetStyle(Style);
|
||||||
|
|||||||
Reference in New Issue
Block a user