Fixed linefeeds. *sigh*

This commit is contained in:
lotodore
2007-08-22 23:01:32 +00:00
parent dc0212bbc9
commit d68a410071
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
#include <vector>
#include <string>
#include <boost/thread.hpp>
#include <boost/thread.hpp>
enum ConfigState { NONEXISTING, OLD };
enum ConfigType { CONFIG_TYPE_INT, CONFIG_TYPE_STRING };
@@ -51,7 +51,7 @@ public:
private:
mutable boost::mutex m_configMutex;
mutable boost::mutex m_configMutex;
struct ConfigInfo
{