From 4f12e472fcb5368558b24cae416028a3e3e31648 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 22 Mar 2007 20:05:13 +0000 Subject: [PATCH] Global code style change. --- bugcfg.pm | 2 +- bugcounts | 2 +- bugdiff | 2 +- bugreport | 2 +- scanlib.pm | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 , -- 2.39.2