From 6c42bcb0f4f683517e3df8c50fc80281eb008682 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sun, 4 Nov 2018 09:02:40 +0000 Subject: [PATCH] Cleanup: Corrected formating --- src/cfgfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cfgfile.h b/src/cfgfile.h index a44a8605..af7f0e6b 100644 --- a/src/cfgfile.h +++ b/src/cfgfile.h @@ -31,8 +31,8 @@ #define XMLSTR(str) ((xmlChar *)(str)) typedef enum _http_header_type { - /* static: headers are passed as is to the client. */ - HTTP_HEADER_TYPE_STATIC + /* static: headers are passed as is to the client. */ + HTTP_HEADER_TYPE_STATIC } http_header_type; typedef struct ice_config_http_header_tag {