From 214ef3dd0ba3cce94edaccc5170ee5fe435ebc38 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 16 Jan 2013 14:50:08 -0800 Subject: [PATCH] Formatting --- parser.cpp | 2 +- share/tools/web_config/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/parser.cpp b/parser.cpp index a4a53fba7..a04abe409 100644 --- a/parser.cpp +++ b/parser.cpp @@ -700,7 +700,7 @@ static void print_profile(const std::vector &items, } } - delete me; + delete me; } } } diff --git a/share/tools/web_config/index.html b/share/tools/web_config/index.html index c33be91ac..22cd4705b 100644 --- a/share/tools/web_config/index.html +++ b/share/tools/web_config/index.html @@ -404,7 +404,7 @@ function run_get_request_with_bulk_handler(url, handler) { $.ajax({ type: "GET", url: url, - dataType: "text", + dataType: "text", success: function(data){ $('#global_error').text('') handler($.parseJSON(data)) @@ -427,7 +427,7 @@ function run_post_request(url, data_map, handler) { $.ajax({ type: "POST", url: url, - dataType: "text", + dataType: "text", data: data_map, success: function(data){ $('#global_error').text('')