Fix copyright file, I think.
[libcxml.git] / wscript
diff --git a/wscript b/wscript
index 94a20c040a52ea5c3ecc69775dd80543c8fb968b..519d55a64647c5eb9115a72bb4273710befd075c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -53,7 +53,7 @@ def configure(conf):
     v = (int(s[0]) << 16) | (int(s[1]) << 8) | int(s[2])
     if v >= 0x022701:
         conf.env.append_value('CXXFLAGS', '-std=c++11')
-        
+
 def build(bld):
 
     bld(source='libcxml.pc.in',