]> git.donarmstrong.com Git - infobot.git/blobdiff - old/dbm.pl
ws
[infobot.git] / old / dbm.pl
index 0048143fa1ab457f03e6dc95d8c5a93a069b8615..8dc5d4b8e8cc0257a46e48c6bdb5bdfc1ba5cae2 100644 (file)
@@ -346,7 +346,7 @@ sub searchTable {
 
     if (!scalar &dbGetColInfo($table)) {
        return;
-    }   
+    }
 
     my @results;
     foreach (keys %{$table}) {
@@ -391,7 +391,7 @@ sub getFactInfo {
     }
 
     &ERROR("gFI: should never happen.");
-}   
+}
 
 #####
 # Usage: &getFactoid($faqtoid);