aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-02-26 22:20:03 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-02-26 22:20:03 +0200
commit23fd647f3f523ceefd8f886d57bf692e6d4024a6 (patch)
tree7239af3f42c5dd8cfdf00f98c7df4a4140bbd568
parent72b788de87b57b75eb2dd18040523857de1fb58c (diff)
downloadpies-23fd647f3f523ceefd8f886d57bf692e6d4024a6.tar.gz
pies-23fd647f3f523ceefd8f886d57bf692e6d4024a6.tar.bz2
piesctl: minor formatting change
-rw-r--r--src/piesctl.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/piesctl.c b/src/piesctl.c
index c8a25b6..a99de43 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -2190,8 +2190,10 @@ conf_file_del (struct cmdline_parser_state *state)
{
if (json_object_get_type (conn->result, "error_message",
json_string, &val) == 0)
- fputs (val->v.s, stderr);
- fputc ('\n', stderr);
+ {
+ fputs (val->v.s, stderr);
+ fputc ('\n', stderr);
+ }
if (json_object_get_type (conn->result, "result", json_arr, &val) == 0)
{
size_t i, n = json_array_size (val);

Return to:

Send suggestions and report system problems to the System administrator.