From 40bc2c209cc05aaa281a8722b6877a7ee1f0b470 Mon Sep 17 00:00:00 2001 From: Wilco Baan Hofman Date: Sun, 25 Sep 2016 17:00:22 +0200 Subject: [PATCH] Fix indentation --- jsonbot.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jsonbot.c b/jsonbot.c index 0e5e202..fc6fa44 100644 --- a/jsonbot.c +++ b/jsonbot.c @@ -33,10 +33,10 @@ STATUS jsonbot_notify(TALLOC_CTX *mem_ctx, const char *prom, const char *code, c conf = get_conf(); - /* Ignore test reports */ - if (strncmp(code, "RP", 2) == 0) { - return ST_OK; - } + /* Ignore test reports */ + if (strncmp(code, "RP", 2) == 0) { + return ST_OK; + } aes_set_encrypt_key(&aes, strlen(conf->jsonbot_aeskey), (uint8_t *) conf->jsonbot_aeskey);