diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-16 20:35:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-16 20:35:54 +0000 |
| commit | 5877be91301e5dd54ca125c0acd7bfb1ecc3dcd6 (patch) | |
| tree | 96952a50aeb4f68ab458f8191a3d464f8ced7aa7 /src/vertical_position.h | |
| parent | 462902f22a930c52d6d4ac4ac9097d078108b568 (diff) | |
No-op; remove trailing whitespace.
Diffstat (limited to 'src/vertical_position.h')
| -rw-r--r-- | src/vertical_position.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vertical_position.h b/src/vertical_position.h index 9f04056..7bc057e 100644 --- a/src/vertical_position.h +++ b/src/vertical_position.h @@ -39,13 +39,13 @@ public: boost::optional<int> lines; /** reference point */ boost::optional<VerticalReference> reference; - + bool operator== (VerticalPosition const & other) const; bool operator< (VerticalPosition const & other) const; float fraction_from_screen_top () const; }; - + } #endif |
