]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/mouse_state.h
Martin's changes to the Note inset.
[lyx.git] / src / frontends / mouse_state.h
index be5dedea29bffd54632e53c0c9799ce89ec3b3a3..fa83f546ec4f2ec6b3060c10ee9feedc33e520aa 100644 (file)
@@ -6,7 +6,7 @@
  * GUII representation of mouse presses and
  * mouse button states
  *
- * \author John Levon 
+ * \author John Levon
  *
  * Full author contact details are available in file CREDITS
  */
@@ -30,7 +30,7 @@ inline void operator|=(state & s1, state s2)
 {
        s1 = static_cast<state>(s1 | s2);
 }
+
 } // namespace mouse_button
 
 #endif // MOUSE_STATE_H