From 58a26b1e18057c7cbd1868db8457d183b0a24300 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Thu, 13 Sep 2012 22:09:39 +0200 Subject: adjust indentation of remaining classes in headers --- src/settings.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 9e48a08b..6a86d207 100644 --- a/src/settings.h +++ b/src/settings.h @@ -192,11 +192,11 @@ struct Configuration SortMode browser_sort_mode; - private: - void MakeProperPath(std::string &dir); - - std::string home_directory; - std::string config_file_path; +private: + void MakeProperPath(std::string &dir); + + std::string home_directory; + std::string config_file_path; }; extern Configuration Config; -- cgit v1.2.3