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 12, 2018
1 parent 84d0641 commit e5501eb
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 139 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 e5501eb

Please sign in to comment.