Remove a bunch of trailing spaces and unneeded newlines
[lhc/web/wiklou.git] / maintenance / archives / patch-ipb_deleted.sql
index fad9477..b12ddaa 100644 (file)
@@ -1,3 +1,3 @@
 -- Adding ipb_deleted field for hiding usernames
-ALTER TABLE /*$wgDBprefix*/ipblocks 
+ALTER TABLE /*$wgDBprefix*/ipblocks
   ADD ipb_deleted bool NOT NULL default 0;