From 33ee8daf1e532cb8494d0b5176677f31473173bf Mon Sep 17 00:00:00 2001 From: Robert Carlsen Date: Sat, 3 Jan 2009 17:25:55 +0000 Subject: [PATCH] Just standardizing some indention. --- src/MainWindow.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/MainWindow.h b/src/MainWindow.h index 36cb7899e..8f153ba16 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -70,7 +70,7 @@ class MainWindow : public QMainWindow void notesChanged(); void saveNotes(); void showOptions(); - void showTools(); + void showTools(); protected: @@ -101,11 +101,11 @@ class MainWindow : public QMainWindow PowerHist *powerHist; Zones *zones; - // pedal force/pedal velocity scatter plot widgets - PfPvPlot *pfPvPlot; + // pedal force/pedal velocity scatter plot widgets + PfPvPlot *pfPvPlot; QLineEdit *qaCPValue; QLineEdit *qaCadValue; - QLineEdit *qaClValue; + QLineEdit *qaClValue; QTextEdit *rideNotes; QString currentNotesFile;