From: Steinar H. Gunderson Date: Thu, 22 Mar 2007 20:05:13 +0000 (+0000) Subject: Global code style change. X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=4f12e472fcb5368558b24cae416028a3e3e31648 Global code style change. --- diff --git a/bugcfg.pm b/bugcfg.pm index c53a9f5..5cc4b0c 100644 --- 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; diff --git a/bugcounts b/bugcounts index d7adb4d..b53527e 100755 --- 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 a4816bf..e120dcb 100755 --- 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 diff --git a/bugreport b/bugreport index 75654cc..5c6b0c8 100755 --- 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 diff --git a/scanlib.pm b/scanlib.pm index 3dca704..90b8cc8 100644 --- a/scanlib.pm +++ b/scanlib.pm @@ -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 ,