Ran clang-format again.

This commit is contained in:
Aaron Jacobs
2014-07-01 09:20:48 +10:00
parent 445328ace6
commit 3a0c4fcc82
3 changed files with 5 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ enum CommentPlacement {
commentBefore = 0, ///< a comment placed on the line before a value
commentAfterOnSameLine, ///< a comment just after a value on the same line
commentAfter, ///< a comment on the line after a value (only make sense for
///root value)
/// root value)
numberOfCommentPlacement
};