]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/gnome_helpers.C
ws cleanup
[lyx.git] / src / frontends / gnome / gnome_helpers.C
index b76f1ab563614178e7353eade3af49e38b3af1ed..0dd4e2a7d22bad98d7557de30ff99c24989241a8 100644 (file)
@@ -1,9 +1,8 @@
-// -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *       
+ *
  *          Copyright 2000 The LyX Team.
  *
  * ====================================================== */
@@ -53,7 +52,7 @@ get_font_name (const GdkFont * font)
 #endif
                status = XGetFontProperty (font_structs[0], font_atom, &atom);
        } else {
-               status = XGetFontProperty ( 
+               status = XGetFontProperty (
                                static_cast<XFontStruct*>(GDK_FONT_XFONT (font))
                                , font_atom, &atom);
        }