diff options
author | David Robillard <d@drobilla.net> | 2018-08-06 22:38:55 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-08-07 20:01:30 +0200 |
commit | 1f689397601b53f51f7be973f8f952d0dec408da (patch) | |
tree | 67f2aa0bc0da6dcca9cd2fd36de905f50aeb4b70 /chilbert | |
parent | d8334c143988b0ae1405932122665800e1c9fc68 (diff) | |
download | chilbert-1f689397601b53f51f7be973f8f952d0dec408da.tar.gz chilbert-1f689397601b53f51f7be973f8f952d0dec408da.tar.bz2 chilbert-1f689397601b53f51f7be973f8f952d0dec408da.zip |
Remove spurious semicolons
Diffstat (limited to 'chilbert')
-rw-r--r-- | chilbert/Algorithm.hpp | 2 | ||||
-rw-r--r-- | chilbert/GrayCodeRank.hpp | 2 | ||||
-rw-r--r-- | chilbert/Hilbert.hpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chilbert/Algorithm.hpp b/chilbert/Algorithm.hpp index 31ae8ca..cee638a 100644 --- a/chilbert/Algorithm.hpp +++ b/chilbert/Algorithm.hpp @@ -472,7 +472,7 @@ namespace chilbert return; } -}; +} #endif diff --git a/chilbert/GrayCodeRank.hpp b/chilbert/GrayCodeRank.hpp index 8e98592..818b6dc 100644 --- a/chilbert/GrayCodeRank.hpp +++ b/chilbert/GrayCodeRank.hpp @@ -201,7 +201,7 @@ namespace chilbert return; } -}; +} #endif diff --git a/chilbert/Hilbert.hpp b/chilbert/Hilbert.hpp index c3ecac7..7ff0a78 100644 --- a/chilbert/Hilbert.hpp +++ b/chilbert/Hilbert.hpp @@ -134,7 +134,7 @@ inline void compactIndexToCoords( CBigBitVec *p, const int *ms, int n, compactIndexToCoords<CBigBitVec,CBigBitVec>(p,ms,n,hc,M,m); } -}; +} #endif |