[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-base] master: Fix whitespace
From:       haszi via Gina Peter Banyard <noreply () php ! net>
Date:       2024-01-31 13:59:06
Message-ID: 9fGRwI4H8WzEi8eX1tRjM4WY4rHOldGwPwa7c9lWew8 () main ! php ! net
[Download RAW message or body]

Author: haszi
Committer: Gina Peter Banyard (Girgias)
Date: 2024-01-31T14:00:23Z

Commit: https://github.com/php/doc-base/commit/1c56d2687750f35866873cf10ec762b926e4f4e8
Raw diff: https://github.com/php/doc-base/commit/1c56d2687750f35866873cf10ec762b926e4f4e8.diff

Fix whitespace

Changed paths:
  M  configure.php


Diff:

diff --git a/configure.php b/configure.php
index fddfb9e5..74f49680 100755
--- a/configure.php
+++ b/configure.php
@@ -27,7 +27,7 @@
 function usage() // {{{
 {
     global $acd;
-    
+
     echo <<<HELPCHUNK
 configure.php configures this package to adapt to many kinds of systems, and PhD
 builds too.
@@ -96,7 +96,7 @@ function is_windows() {
 function checking($for) // {{{
 {
     global $ac;
-    
+
     if ($ac['quiet'] != 'yes') {
         echo "Checking {$for}... ";
         flush();
@@ -106,7 +106,7 @@ function checking($for) // {{{
 function checkerror($msg) // {{{
 {
     global $ac;
-    
+
     if ($ac['quiet'] != 'yes') {
         echo "\n";
     }
@@ -117,7 +117,7 @@ function checkerror($msg) // {{{
 function checkvalue($v) // {{{
 {
     global $ac;
-    
+
     if ($ac['quiet'] != 'yes') {
         echo "{$v}\n";
     }
@@ -390,7 +390,7 @@ function generate_sources_file() // {{{
     } else {
         continue;
     }
-    
+
     $overridden_settings[] = strtoupper($o);
     switch ($o) {
         case 'h':
@@ -478,7 +478,7 @@ function generate_sources_file() // {{{
         case 'basedir':
             $ac['basedir'] = $v;
             break;
-        
+
         case 'output':
             $ac['OUTPUT_FILENAME'] = $v;
             break;
@@ -793,7 +793,7 @@ function generate_sources_file() // {{{
     echo "done.\n";
     echo "Partial manual saved to {$filename}. To build it, run 'phd -d {$filename}'\n";
     exit(0);
-} // }}} 
+} // }}}
 
 $mxml = $ac["OUTPUT_FILENAME"];
 if ($dom->validate()) {
@@ -839,7 +839,7 @@ function generate_sources_file() // {{{
     echo "\nThe document didn't validate, ";
 
     // Allow the .manual.xml file to be created, even if it is not valid.
-    if ($ac['FORCE_DOM_SAVE'] == 'yes') { 
+    if ($ac['FORCE_DOM_SAVE'] == 'yes') {
         printf("writing %s anyway, and ", basename($ac["OUTPUT_FILENAME"]));
         if ($ac["SEGFAULT_SPEED"] == "yes") {
             $t = $dom->doctype;

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic