gobject-introspection r1036 - trunk/giscanner



Author: johan
Date: Wed Jan 14 21:12:19 2009
New Revision: 1036
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=1036&view=rev

Log:
Rewrap to fit in 79 columns

Modified:
   trunk/giscanner/girwriter.py

Modified: trunk/giscanner/girwriter.py
==============================================================================
--- trunk/giscanner/girwriter.py	(original)
+++ trunk/giscanner/girwriter.py	Wed Jan 14 21:12:19 2009
@@ -35,8 +35,10 @@
 
     def __init__(self, namespace, shlibs, includes):
         super(GIRWriter, self).__init__()
-        self.write_comment('''This file was automatically generated from C sources - DO NOT EDIT!
-     To affect the contents of this file, edit the original C definitions, and/or use gtk-doc annotations. ''')
+        self.write_comment(
+'''This file was automatically generated from C sources - DO NOT EDIT!
+To affect the contents of this file, edit the original C definitions,
+and/or use gtk-doc annotations. ''')
         self._write_repository(namespace, shlibs, includes)
 
     def _write_repository(self, namespace, shlibs, includes=set()):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]