didou           Thu Jan 15 07:42:20 2004 EDT

  Modified files:              
    /phpdoc/en/reference/fdf/functions  fdf-next-field-name.xml 
  Log:
  CS : Function declarations follow the 'one true brace' convention
  
Index: phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.5 
phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.6
--- phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.5       Mon Dec 15 
11:49:44 2003
+++ phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml   Thu Jan 15 07:42:20 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
 <refentry id="function.fdf-next-field-name">
  <refnamediv>
@@ -25,12 +25,12 @@
     <programlisting role="php">
 <![CDATA[
 <?php
-  $fdf = fdf_open($HTTP_FDF_DATA);
-  for ($field = fdf_next_field_name($fdf); 
-     $field != ""; 
-     $field = fdf_next_field_name($fdf, $field)) {
-    echo "field: $field\n";
-  } 
+$fdf = fdf_open($HTTP_FDF_DATA);
+for ($field = fdf_next_field_name($fdf); 
+    $field != ""; 
+    $field = fdf_next_field_name($fdf, $field)) {
+  echo "field: $field\n";
+} 
 ?>
 ]]>
     </programlisting>

Reply via email to