Skip to content

Commit

Permalink
apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored and github-actions[bot] committed Oct 16, 2024
1 parent ca48d76 commit 11a86fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ static int get_thread_siblings(int cpuid)
char path[256];
sprintf(path, "/sys/devices/system/cpu/cpu%d/topology/thread_siblings", cpuid);

FILE* fp = 0;//fopen(path, "rb");
FILE* fp = 0; //fopen(path, "rb");
if (fp)
{
int thread_siblings = -1;
Expand Down

0 comments on commit 11a86fa

Please sign in to comment.