]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/gnome_helpers.C
A lean, clean and working start to the new, improved gnome frontend.
[lyx.git] / src / frontends / gnome / gnome_helpers.C
index e946ebe3b6e1576ddeae2eb54cf1992a3e8bf029..0dd4e2a7d22bad98d7557de30ff99c24989241a8 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *       
+ *
  *          Copyright 2000 The LyX Team.
  *
  * ====================================================== */
@@ -52,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);
        }