Skip to content

Commit

Permalink
clang-format compatible formatting in big-int
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Nov 11, 2018
1 parent 015aace commit 207ea9a
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 133 deletions.
4 changes: 1 addition & 3 deletions src/big-int/bigint-func.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

#include "bigint.hh"


BigInt
pow (BigInt const &x, std::size_t y)
BigInt pow(BigInt const &x, std::size_t y)
{
BigInt a = x;
BigInt r = 1;
Expand Down
Loading

0 comments on commit 207ea9a

Please sign in to comment.