* Added initial support for styles! (no style hints as of yet though)
[rodin/chimara.git] / src / chimara-glk.c
index 14d1e44801f7b73e0c76c41bdded91eeeb7d0c3f..16e674969c10f9ae9feaf92804261b0b4414c8d5 100644 (file)
@@ -923,7 +923,7 @@ chimara_glk_run(ChimaraGlk *glk, gchar *plugin, GError **error)
     /* Set the thread's private data */
     /* TODO: Do this with a GPrivate */
     glk_data = priv;
-    
+
     /* Run in a separate thread */
        priv->thread = g_thread_create(glk_enter, glk_main, TRUE, error);