Code

wreadln: whitespace cosmetics
authorThomas Jansen <mithi@mithi.net>
Thu, 29 Oct 2009 20:08:14 +0000 (21:08 +0100)
committerThomas Jansen <mithi@mithi.net>
Thu, 29 Oct 2009 20:08:14 +0000 (21:08 +0100)
src/wreadln.h

index 32d243dc498394662cbd98963510c0544e5a87c5..98d41f187a9bdf4a5fb6be1fa731bd33ce5eba28 100644 (file)
@@ -41,7 +41,7 @@ extern wrln_gcmp_pre_cb_t wrln_pre_completion_callback;
 
 /* post completion callback */
 typedef void (*wrln_gcmp_post_cb_t) (GCompletion *gcmp, gchar *s, GList *l,
-                                     void *data);
+                                    void *data);
 extern wrln_gcmp_post_cb_t wrln_post_completion_callback;
 
 #endif