style fixes

This commit is contained in:
Günter Obiltschnig
2018-03-05 15:05:04 +01:00
parent 181fc0eea3
commit 7eb1325bba
16 changed files with 48 additions and 46 deletions

View File

@@ -24,7 +24,6 @@ namespace Poco {
namespace JSON {
Object::Object(int options):
_preserveInsOrder((options & Poco::JSON_PRESERVE_KEY_ORDER) != 0),
_escapeUnicode((options & Poco::JSON_ESCAPE_UNICODE) != 0),

View File

@@ -26,7 +26,10 @@
#include <istream>
#include "pdjson.h"
typedef struct json_stream json_stream;
namespace Poco {
namespace JSON {