Skip to content

Commit

Permalink
Add space to satisfy formatter
Browse files Browse the repository at this point in the history
Formatter insists on two space before a comment after a macro...
  • Loading branch information
DKLoehr authored Sep 30, 2024
1 parent dc56651 commit a7357dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sysinfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ std::vector<CPUInfo::CacheInfo> GetCacheSizesWindows() {
C.size = static_cast<int>(cache.Size);
C.type = "Unknown";
switch (cache.Type) {
#ifdef NTDDI_WIN11_GE // Windows SDK version >= 10.0.26100.0
#ifdef NTDDI_WIN11_GE // Windows SDK version >= 10.0.26100.0
case CacheUnknown:
break;
#endif
Expand Down

0 comments on commit a7357dc

Please sign in to comment.