]> git.lyx.org Git - lyx.git/blobdiff - src/dimension.h
more cursor dispatch
[lyx.git] / src / dimension.h
index f6ab891cc99760e46fb312021482f799fa0046cb..caee49d253a5f319bfcc2db94495ee618a6d2fb8 100644 (file)
@@ -46,7 +46,7 @@ public:
 public:
        /// these are intentionally public as things like
        ///
-       ///   dim.asc += 20; 
+       ///   dim.asc += 20;
        ///
        /// are used all over the place and "hiding" those behind
        ///