Whitespace changes (?) --flo
[libfirm] / ir / common / xoprintf.c
index bc096a7..e473653 100644 (file)
@@ -1,6 +1,8 @@
 /* Xfprintf --- extended formatted output to obstacks.
    Copyright (C) 1995, 1996 Christian von Roques */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
@@ -33,7 +35,6 @@ xoprintf (struct obstack *obst, const char *fmt, ...)
   return res;
 }
 
-
 int
 xvoprintf (struct obstack *obst, const char *fmt, va_list args)
 {