From: Arran Cudbard-Bell Date: Tue, 27 Nov 2012 21:46:35 +0000 (+0000) Subject: Fix indentation X-Git-Tag: release_3_0_0_beta1~1477^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dcbeca0d13c77b15adfd81be90f99028d1a41e;p=thirdparty%2Ffreeradius-server.git Fix indentation --- diff --git a/src/modules/rlm_rest/rest.c b/src/modules/rlm_rest/rest.c index 6a7b56c52e6..5762695b2db 100644 --- a/src/modules/rlm_rest/rest.c +++ b/src/modules/rlm_rest/rest.c @@ -195,7 +195,7 @@ const FR_NAME_NUMBER http_content_type_table[] = { #ifdef WITH_JSON typedef struct json_flags { boolean do_xlat; //!< If TRUE value will be expanded with xlat. - boolean is_json; //!< If TRUE value will be inserted as raw JSON + boolean is_json; //!< If TRUE value will be inserted as raw JSON // (multiple values not supported). FR_TOKEN operator; //!< The operator that determines how the new VP // is processed. @see fr_tokens