From 93829bde92b8b7be43711e2363279699ceb9432f Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 2 Jun 2014 13:33:17 +0200 Subject: [PATCH] config.ini: Fix indents --- config/config.ini.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.ini.in b/config/config.ini.in index 537eaae2f..c7a93f800 100644 --- a/config/config.ini.in +++ b/config/config.ini.in @@ -43,8 +43,8 @@ level = 1 [preferences] ; Use INI file storage to save preferences to a local disk -type = "ini" -config_path = "@icingaweb_config_path@/preferences" +type = "ini" +config_path = "@icingaweb_config_path@/preferences" ; Use database storage to save preferences in either a MySQL or PostgreSQL database ;type = db