소스 검색

* Fix code formatting

Bryan Drewery 16 년 전
부모
커밋
83ad4dcddf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()) {