adjust indentation of remaining classes in headers

This commit is contained in:
Andrzej Rybczak
2012-09-13 22:09:39 +02:00
parent bb5d72d558
commit 58a26b1e18
23 changed files with 951 additions and 967 deletions

View File

@@ -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;