diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2010-07-14 15:54:31 +0000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2010-07-14 15:54:31 +0000 |
commit | 8bd66202c324a6c7a79abc0f1f0558dacbc59460 (patch) | |
tree | 8e381a3f8bdb6f77a7cfc042364af25485d770d7 /json/json_spirit_value.cpp | |
parent | f32339e70021775861466636f8a387aaf5ddf728 (diff) |
Fix CRLF
Diffstat (limited to 'json/json_spirit_value.cpp')
-rw-r--r-- | json/json_spirit_value.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/json/json_spirit_value.cpp b/json/json_spirit_value.cpp index dd5b50e5d5..44d2f06a01 100644 --- a/json/json_spirit_value.cpp +++ b/json/json_spirit_value.cpp @@ -1,8 +1,8 @@ -/* Copyright (c) 2007 John W Wilkinson
-
- This source code can be used for any purpose as long as
- this comment is retained. */
-
-// json spirit version 2.00
-
-#include "json_spirit_value.h"
+/* Copyright (c) 2007 John W Wilkinson + + This source code can be used for any purpose as long as + this comment is retained. */ + +// json spirit version 2.00 + +#include "json_spirit_value.h" |