From 39a3a4aed69deced61b83263b22b661e41d3b1c6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 5 Mar 2016 00:02:12 -0500 Subject: [PATCH] Code cleanup: Header formatting --- src/Database.h | 4 +--- src/Grammar.h | 2 -- src/Interval.h | 2 -- src/LR0.h | 2 -- src/Lexer.h | 2 -- src/Rules.h | 2 -- src/commands/commands.h | 2 -- src/timew.h | 2 -- 8 files changed, 1 insertion(+), 17 deletions(-) diff --git a/src/Database.h b/src/Database.h index 073142e1..db9c172b 100644 --- a/src/Database.h +++ b/src/Database.h @@ -38,10 +38,8 @@ public: std::string dump () const; private: - std::string _location {"~/.timewarrior"}; + std::string _location {"~/.timewarrior/data"}; std::vector _data_files {}; }; #endif - -//////////////////////////////////////////////////////////////////////////////// diff --git a/src/Grammar.h b/src/Grammar.h index dd6666f9..b7f581b3 100644 --- a/src/Grammar.h +++ b/src/Grammar.h @@ -76,5 +76,3 @@ private: }; #endif - -//////////////////////////////////////////////////////////////////////////////// diff --git a/src/Interval.h b/src/Interval.h index b988a127..d7d380da 100644 --- a/src/Interval.h +++ b/src/Interval.h @@ -44,5 +44,3 @@ private: }; #endif - -//////////////////////////////////////////////////////////////////////////////// diff --git a/src/LR0.h b/src/LR0.h index b5d4787b..38bbbc70 100644 --- a/src/LR0.h +++ b/src/LR0.h @@ -88,5 +88,3 @@ private: }; #endif - -//////////////////////////////////////////////////////////////////////////////// diff --git a/src/Lexer.h b/src/Lexer.h index 2dcbff2b..2261eb0a 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -84,5 +84,3 @@ private: }; #endif - -//////////////////////////////////////////////////////////////////////////////// diff --git a/src/Rules.h b/src/Rules.h index 70a55bfa..7766918b 100644 --- a/src/Rules.h +++ b/src/Rules.h @@ -37,5 +37,3 @@ public: }; #endif - -//////////////////////////////////////////////////////////////////////////////// diff --git a/src/commands/commands.h b/src/commands/commands.h index 230d96b3..820c762b 100644 --- a/src/commands/commands.h +++ b/src/commands/commands.h @@ -43,5 +43,3 @@ int CmdStop (); int CmdTrack (); #endif - -//////////////////////////////////////////////////////////////////////////////// diff --git a/src/timew.h b/src/timew.h index 5a42b431..9affda7e 100644 --- a/src/timew.h +++ b/src/timew.h @@ -40,5 +40,3 @@ void initializeExtensions (Configuration&, Extensions&); int dispatchCommand (int, const char**, Configuration&, Database&, Rules&, Extensions&); #endif - -////////////////////////////////////////////////////////////////////////////////