commit | 3a0c4fcc82d25d189b8107e07462effbab9f8e1b | [log] [tgz] |
---|---|---|
author | Aaron Jacobs <aaronjjacobs@gmail.com> | Tue Jul 01 09:20:48 2014 +1000 |
committer | Aaron Jacobs <aaronjjacobs@gmail.com> | Tue Jul 01 09:20:48 2014 +1000 |
tree | 498be284afbfeddd5f2680980a742a77e8748a61 | |
parent | 445328ace6f0c52668a19613f366b2ed7a3069d9 [diff] [blame] |
Ran clang-format again.
diff --git a/include/json/value.h b/include/json/value.h index 09db289..92526a4 100644 --- a/include/json/value.h +++ b/include/json/value.h
@@ -49,7 +49,7 @@ 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 };