Selaa lähdekoodia

* Fix code formatting

Bryan Drewery 16 vuotta sitten
vanhempi
commit
83ad4dcddf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/mod/irc.mod/cmdsirc.c

+ 1 - 1
src/mod/irc.mod/cmdsirc.c

@@ -1969,7 +1969,7 @@ static void cmd_play(int idx, char *par)
   bd::Stream stream;
   stream.loadFile(par);
   bd::String str;
-  size_t lines =0 ;
+  size_t lines = 0;
   while (stream.tell() < stream.length()) {
     str = stream.getline().chomp();
     if (str.length()) {