]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/mouse_state.h
reverse last change
[lyx.git] / src / frontends / mouse_state.h
index 738be988927d7d99e4196e30e1372babd8e6293d..fa83f546ec4f2ec6b3060c10ee9feedc33e520aa 100644 (file)
@@ -1,11 +1,12 @@
 /**
  * \file mouse_state.h
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * GUII representation of mouse presses and
  * mouse button states
  *
- * \author John Levon 
+ * \author John Levon
  *
  * Full author contact details are available in file CREDITS
  */
@@ -29,7 +30,7 @@ inline void operator|=(state & s1, state s2)
 {
        s1 = static_cast<state>(s1 | s2);
 }
+
 } // namespace mouse_button
 
 #endif // MOUSE_STATE_H