mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 03:49:06 +08:00
Re-format after recent change to fix linkhash.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#include "config.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "json_inttypes.h"
|
||||
#include "json_object.h"
|
||||
@@ -49,7 +49,6 @@ static void test_lot_of_adds()
|
||||
json_object_put(jobj);
|
||||
}
|
||||
|
||||
|
||||
int main(void)
|
||||
{
|
||||
const char *input = "\"\\ud840\\udd26,\\ud840\\udd27,\\ud800\\udd26,\\ud800\\udd27\"";
|
||||
|
||||
Reference in New Issue
Block a user