Skip to content

Commit e5501eb

Browse files
committed
clang-format compatible formatting in big-int
1 parent 84d0641 commit e5501eb

File tree

3 files changed

+127
-139
lines changed

3 files changed

+127
-139
lines changed

src/big-int/bigint-func.cc

Lines changed: 1 addition & 3 deletions
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)