diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-13 22:09:39 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-13 22:09:59 +0200 |
commit | 58a26b1e18057c7cbd1868db8457d183b0a24300 (patch) | |
tree | 89e591c3f851d11f618122afe2066c34e686756f /src/settings.h | |
parent | bb5d72d55891da403f795dbc7bef7852c62f5542 (diff) |
adjust indentation of remaining classes in headers
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 10 |
1 files changed, 5 insertions, 5 deletions
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; |