Skip to content

Commit 55112f7

Browse files
authored
Merge pull request #7510 from tautschnig/bugfixes/7509-encoding
Fix file encoding of bigint-func.cc
2 parents 9b681ad + 1638191 commit 55112f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/big-int/bigint-func.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Author: Dirk Zoller
33
// References:
44
//
5-
// [1] Hüttenhofer/Lesch/Peyerimhoff, Mathematik in Anwendung mit C++
5+
// [1] Hüttenhofer/Lesch/Peyerimhoff, Mathematik in Anwendung mit C++
66
// Heidelberg, Wiesbaden 1994
77

88
#include "bigint.hh"

0 commit comments

Comments
 (0)