[project @ 2005-07-07 21:19:26 by unknown_lamer]
[clinton/bobotpp.git] / source / ScriptCommands.C
index 84049f5..d03ae76 100644 (file)
@@ -553,7 +553,8 @@ ScriptCommands::getServerList(void)
   SCM res = gh_list(SCM_UNDEFINED);
   ::Server *s;
   int i = 0;
-  std::vector<class Server *>::iterator it = Interp::bot->serverList->begin();
+  std::vector<class Server *>::iterator it = 
+    Interp::bot->serverList->begin();
 
   for ( ; it != Interp::bot->serverList->end(); ++it) {
     s = (*it);