Skip to content

Commit

Permalink
Add error for clang-format to flag on diff
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed May 27, 2024
1 parent 18fc167 commit c513a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/xorwow_precomputed_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#include <iostream>
#include <string>

const int XORWOW_N = 5; // 5 values
const int XORWOW_M = 32; // 32-bit each
const int XORWOW_N = 5; // 5 values
const int XORWOW_M = 32; // 32-bit each

const int XORWOW_SIZE = XORWOW_M * XORWOW_N * XORWOW_N;

Expand Down

0 comments on commit c513a7e

Please sign in to comment.