Update of /cvsroot/lxr/lxr
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25193
Modified Files:
source
Log Message:
source: cosmetic change to source text
Index: source
===================================================================
RCS file: /cvsroot/lxr/lxr/source,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- source 24 Sep 2013 08:54:19 -0000 1.66
+++ source 8 Nov 2013 12:32:37 -0000 1.67
@@ -860,14 +860,13 @@
if ($fileh) {
if ($raw) {
print($fileh->getlines );
- }
- # elsif ($node =~ /README$/) {
+ # } elsif ($node =~ /README$/) {
# print("<pre>",
# markupstring($fileh, $node, $index), # FIXME
# "</pre>");
- # }
- else {
+ # }
+ } else {
# Check for a discrepancy between file and database states
if (!$index->filetimestamp
( $pathname
@@ -904,8 +903,7 @@
markupfile($fileh, $outfun);
&$outfun("</pre>\n");
}
- }
- else {
+ } else {
print(
"<p class=\"error\">\n<i>The file $pathname does not exist.</i>\n</p>\n"
);
|