commit | e3cc0f004b14de600002560983b4fc4a353fa202 | [log] [tgz] |
---|---|---|
author | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Mon May 02 18:41:01 2011 +0000 |
committer | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Mon May 02 18:41:01 2011 +0000 |
tree | 96853f2cc27d89b44f23053f27bb867ffaeb7c84 | |
parent | fb17080142ed3baad8eef187f514a6fd7ceb759f [diff] [blame] |
Untabified some sources
diff --git a/include/json/reader.h b/include/json/reader.h index 5e4c32a..34dc785 100644 --- a/include/json/reader.h +++ b/include/json/reader.h
@@ -197,11 +197,11 @@ Result: \verbatim { - "dir": { - "file": { - // The input stream JSON would be nested here. - } - } + "dir": { + "file": { + // The input stream JSON would be nested here. + } + } } \endverbatim \throw std::exception on parse error.