Skip to content

Commit

Permalink
rapl: fixed indentation (spaces->tabs)
Browse files Browse the repository at this point in the history
  • Loading branch information
willowec committed Nov 28, 2024
1 parent 295db67 commit df8aabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/rapl/linux-rapl.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ _rapl_init_component( int cidx )
case 42: /* SandyBridge */
case 58: /* IvyBridge */
case 183: /* RaptorLake-S/HX */
case 186: /* RaptorLake */
case 191: /* RaptorLake */
case 186: /* RaptorLake */
case 191: /* RaptorLake */
package_avail=1;
pp0_avail=1;
pp1_avail=1;
Expand Down

0 comments on commit df8aabc

Please sign in to comment.