]> git.donarmstrong.com Git - bugscan.git/commitdiff
Global code style change.
authorSteinar H. Gunderson <sesse@rietz>
Thu, 22 Mar 2007 20:05:13 +0000 (20:05 +0000)
committerSteinar H. Gunderson <sesse@rietz>
Thu, 22 Mar 2007 20:05:13 +0000 (20:05 +0000)
bugcfg.pm
bugcounts
bugdiff
bugreport
scanlib.pm

index c53a9f5dc7323b0a7a795ae49384094f1e2a932a..5cc4b0c5d18316492a8bb583ceca4a3c5f0cd60a 100644 (file)
--- a/bugcfg.pm
+++ b/bugcfg.pm
@@ -1,5 +1,5 @@
 #! /usr/bin/perl
-# vim: ts=4 sw=4 nowrap
+# vim: ts=8 sw=8 nowrap
 
 use strict;
 use warnings;
index d7adb4d2ea4099f3e7f6781f8818274429f812eb..b53527ebcd2dd805355675e245bb4fcae2093416 100755 (executable)
--- a/bugcounts
+++ b/bugcounts
@@ -1,5 +1,5 @@
 #! /usr/bin/perl
-# vim: ts=4 sw=4 nowrap
+# vim: ts=8 sw=8 nowrap
 
 # Generate some counts for the bugreports
 
diff --git a/bugdiff b/bugdiff
index a4816bf4f6f6d62771d1face657f12eaa7bf5757..e120dcbcd3d14b019ee12f073261db788133aafd 100755 (executable)
--- a/bugdiff
+++ b/bugdiff
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# vim: ts=4 sw=4 nowrap
+# vim: ts=8 sw=8 nowrap
 
 # Compare two buglist status-files
 
index 75654cc9b5b42eada2fa54cbdd8b5dc7137a2b71..5c6b0c8e679f19edd5a3744e0d16cd5d15baf762 100755 (executable)
--- a/bugreport
+++ b/bugreport
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# vim: ts=4 sw=4 nowrap
+# vim: ts=8 sw=8 nowrap
 
 # Generate a report of the release-critical bugs for packages
 
index 3dca704000de24c6dfc17caa78410b7cde07edaf..90b8cc81481c49a4f7ede9e56f90d87d1d66f1a2 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/perl
-# vim: ts=4 sw=4 nowrap
+# vim: ts=8 sw=8 nowrap
 #
 # General functions for scanning the BTS-database.
 # Based on bugscan, written by Richard Braakman <dark@debian.org>,