]> git.lyx.org Git - lyx.git/blobdiff - src/BranchList.h
Two fixes involving RtL text drawing
[lyx.git] / src / BranchList.h
index 62c01d672820603912056615cdb9fa70184542dc..184e3f3cf8ca7389df12fb8fe65573cb5aa86f0b 100644 (file)
@@ -74,7 +74,7 @@ public:
        ///
        bool empty() { return list.empty(); }
        ///
-       void clear() { list.clear(); }  
+       void clear() { list.clear(); }
        ///
        const_iterator begin() const { return list.begin(); }
        const_iterator end() const { return list.end(); }