Commit c7fabe46 authored by nanahira's avatar nanahira Committed by GitHub

Put the format back

parent b33eb644
...@@ -123,8 +123,7 @@ public: ...@@ -123,8 +123,7 @@ public:
return; return;
struct stat fileStat; struct stat fileStat;
std::vector<file_unit> file_list; std::vector<file_unit> file_list;
while ((dirp = readdir(dir)) != nullptr) while((dirp = readdir(dir)) != nullptr) {
{
file_unit funit; file_unit funit;
char fname[1024]; char fname[1024];
strcpy(fname, path); strcpy(fname, path);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment