]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix indentation
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 27 Nov 2012 21:46:35 +0000 (21:46 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 27 Nov 2012 21:47:00 +0000 (21:47 +0000)
src/modules/rlm_rest/rest.c

index 6a7b56c52e6e393f17b1bd223205501b68260ada..5762695b2dbd22ed52000dd83fc4d8bf4262cae6 100644 (file)
@@ -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