aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/GrayCodeRank.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-08-06 22:38:55 +0200
committerDavid Robillard <d@drobilla.net>2018-08-07 20:01:30 +0200
commit1f689397601b53f51f7be973f8f952d0dec408da (patch)
tree67f2aa0bc0da6dcca9cd2fd36de905f50aeb4b70 /chilbert/GrayCodeRank.hpp
parentd8334c143988b0ae1405932122665800e1c9fc68 (diff)
downloadchilbert-1f689397601b53f51f7be973f8f952d0dec408da.tar.gz
chilbert-1f689397601b53f51f7be973f8f952d0dec408da.tar.bz2
chilbert-1f689397601b53f51f7be973f8f952d0dec408da.zip
Remove spurious semicolons
Diffstat (limited to 'chilbert/GrayCodeRank.hpp')
-rw-r--r--chilbert/GrayCodeRank.hpp2
1 files changed, 1 insertions, 1 deletions
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