Skip to content

Commit

Permalink
[misc] formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kawakami-k committed Oct 24, 2023
1 parent 6023a94 commit fb43e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util_impl_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class CpuInfoLinux : public CpuInfo {

DIR *dir = opendir(dir_path);
if (dir == NULL)
return retVal;
return retVal;
struct dirent *dp;

dp = readdir(dir);
Expand Down

0 comments on commit fb43e2f

Please sign in to comment.