Browse Source

clang-format

Tatsuhiro Tsujikawa 8 năm trước cách đây
mục cha
commit
eecb5e055e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/File.cc

+ 1 - 1
src/File.cc

@@ -79,7 +79,7 @@ bool File::exists()
   return fillStat(fstat) == 0;
 }
 
-bool File::exists(std::string &err)
+bool File::exists(std::string& err)
 {
   a2_struct_stat fstat;
   if (fillStat(fstat) != 0) {