Code cleanup: Header formatting

This commit is contained in:
Paul Beckingham 2016-03-05 00:02:12 -05:00
parent b99d2b6331
commit 39a3a4aed6
8 changed files with 1 additions and 17 deletions

View file

@ -38,10 +38,8 @@ public:
std::string dump () const; std::string dump () const;
private: private:
std::string _location {"~/.timewarrior"}; std::string _location {"~/.timewarrior/data"};
std::vector <std::string> _data_files {}; std::vector <std::string> _data_files {};
}; };
#endif #endif
////////////////////////////////////////////////////////////////////////////////

View file

@ -76,5 +76,3 @@ private:
}; };
#endif #endif
////////////////////////////////////////////////////////////////////////////////

View file

@ -44,5 +44,3 @@ private:
}; };
#endif #endif
////////////////////////////////////////////////////////////////////////////////

View file

@ -88,5 +88,3 @@ private:
}; };
#endif #endif
////////////////////////////////////////////////////////////////////////////////

View file

@ -84,5 +84,3 @@ private:
}; };
#endif #endif
////////////////////////////////////////////////////////////////////////////////

View file

@ -37,5 +37,3 @@ public:
}; };
#endif #endif
////////////////////////////////////////////////////////////////////////////////

View file

@ -43,5 +43,3 @@ int CmdStop ();
int CmdTrack (); int CmdTrack ();
#endif #endif
////////////////////////////////////////////////////////////////////////////////

View file

@ -40,5 +40,3 @@ void initializeExtensions (Configuration&, Extensions&);
int dispatchCommand (int, const char**, Configuration&, Database&, Rules&, Extensions&); int dispatchCommand (int, const char**, Configuration&, Database&, Rules&, Extensions&);
#endif #endif
////////////////////////////////////////////////////////////////////////////////