summaryrefslogtreecommitdiff
path: root/src/vertical_position.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-16 20:35:54 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-16 20:35:54 +0000
commit5877be91301e5dd54ca125c0acd7bfb1ecc3dcd6 (patch)
tree96952a50aeb4f68ab458f8191a3d464f8ced7aa7 /src/vertical_position.h
parent462902f22a930c52d6d4ac4ac9097d078108b568 (diff)
No-op; remove trailing whitespace.
Diffstat (limited to 'src/vertical_position.h')
-rw-r--r--src/vertical_position.h4
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