gobject-introspection r663 - trunk/tools
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r663 - trunk/tools
- Date: Sat, 11 Oct 2008 14:19:19 +0000 (UTC)
Author: johan
Date: Sat Oct 11 14:19:19 2008
New Revision: 663
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=663&view=rev
Log:
Whitespace
Modified:
trunk/tools/g-ir-scanner
Modified: trunk/tools/g-ir-scanner
==============================================================================
--- trunk/tools/g-ir-scanner (original)
+++ trunk/tools/g-ir-scanner Sat Oct 11 14:19:19 2008
@@ -129,7 +129,7 @@
for child in node:
target.append(child)
outf = open(outpath, 'w')
- doc.write(outf)
+ doc.write(outf)
outf.close()
return 0
@@ -139,7 +139,7 @@
root = doc.getroot()
f = open(assertions)
assertions_list = f.readlines()
- print "=== CHECKING %s (%d assertions) ===" % (assertions,
+ print "=== CHECKING %s (%d assertions) ===" % (assertions,
len(assertions_list))
for assertion in assertions_list:
assertion = assertion.strip()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]