From f640dbb34e3ce9d49bd3818d44e5cc5fc06f434d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 23 Mar 2017 01:04:23 -0400 Subject: [PATCH] CmdHistory: Formatting --- src/commands/CmdHistory.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/commands/CmdHistory.h b/src/commands/CmdHistory.h index 8a3977f5e..b95f6c907 100644 --- a/src/commands/CmdHistory.h +++ b/src/commands/CmdHistory.h @@ -62,13 +62,13 @@ class AnnualHistoryStrategy; class AnnualGHistoryStrategy; // typedef the templates to nice names to be used outside this class -typedef CmdHistoryBase CmdHistoryDaily; -typedef CmdHistoryBase CmdGHistoryDaily; -typedef CmdHistoryBase CmdHistoryWeekly; -typedef CmdHistoryBase CmdGHistoryWeekly; -typedef CmdHistoryBase CmdHistoryMonthly; +typedef CmdHistoryBase CmdHistoryDaily; +typedef CmdHistoryBase CmdGHistoryDaily; +typedef CmdHistoryBase CmdHistoryWeekly; +typedef CmdHistoryBase CmdGHistoryWeekly; +typedef CmdHistoryBase CmdHistoryMonthly; typedef CmdHistoryBase CmdGHistoryMonthly; -typedef CmdHistoryBase CmdHistoryAnnual; -typedef CmdHistoryBase CmdGHistoryAnnual; +typedef CmdHistoryBase CmdHistoryAnnual; +typedef CmdHistoryBase CmdGHistoryAnnual; #endif