[llvm-commits] CVS: llvm-www/demo/index.cgi

Tanya Lattner tonic at nondot.org
Wed May 23 11:53:32 PDT 2007



Changes in directory llvm-www/demo:

index.cgi updated: 1.69 -> 1.70
---
Log message:

Add some spacing


---
Diffs of the changes:  (+2 -1)

 index.cgi |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.69 llvm-www/demo/index.cgi:1.70
--- llvm-www/demo/index.cgi:1.69	Wed May 23 13:52:16 2007
+++ llvm-www/demo/index.cgi	Wed May 23 13:53:13 2007
@@ -5,7 +5,7 @@
 # doing remote web JO99C compilations.  (It could still be used for that
 # purpose, though the two scripts have diverged somewhat.)
 #
-# Last modified $Date: 2007/05/23 18:52:16 $
+# Last modified $Date: 2007/05/23 18:53:13 $
 #
 
 use strict;
@@ -187,6 +187,7 @@
     -default => 'C'
   );
 
+print '<p>';
 print '<table border><tr><td wdith="30%">';
 
 print $c->checkbox(






More information about the llvm-commits mailing list