Skip to content

Commit 89f99fa

Browse files
committed
clang-format compatible formatting in big-int
1 parent e5b5516 commit 89f99fa

File tree

3 files changed

+127
-139
lines changed

3 files changed

+127
-139
lines changed

src/big-int/bigint-func.cc

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
#include "bigint.hh"
99

10-
11-
BigInt
12-
pow (BigInt const &x, std::size_t y)
10+
BigInt pow(BigInt const &x, std::size_t y)
1311
{
1412
BigInt a = x;
1513
BigInt r = 1;

0 commit comments

Comments
 (0)