]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
The recommended style for perl (which is the styleguide Bugzilla will use) specifies...
authorjake%acutex.net <>
Tue, 16 Oct 2001 02:12:46 +0000 (02:12 +0000)
committerjake%acutex.net <>
Tue, 16 Oct 2001 02:12:46 +0000 (02:12 +0000)
docs/sgml/patches.sgml
docs/xml/patches.xml

index 3f49255f275118b7162901f671235f2ca78d111d..f5a9ebdfae46628c31cd0886971a53aa5994fda3 100644 (file)
@@ -296,7 +296,8 @@ to reformat the entire file :).
 
     if ($var) {
         print "The variable is true";
-    } else {
+    }
+    else {
         print "Try again";
     }
 
index 3f49255f275118b7162901f671235f2ca78d111d..f5a9ebdfae46628c31cd0886971a53aa5994fda3 100644 (file)
@@ -296,7 +296,8 @@ to reformat the entire file :).
 
     if ($var) {
         print "The variable is true";
-    } else {
+    }
+    else {
         print "Try again";
     }