summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 17:57:33 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 21:42:51 +0100
commitf0cb106ae65598690f5a3fb2108e61feff99c7c8 (patch)
treec37cfe20de8b59a8c2bacda7c22467fc4e6e1334 /src/Patchage.hpp
parentad2624362adea4c998eb64b6b4d6bf458599e18a (diff)
downloadpatchage-f0cb106ae65598690f5a3fb2108e61feff99c7c8.tar.gz
patchage-f0cb106ae65598690f5a3fb2108e61feff99c7c8.tar.bz2
patchage-f0cb106ae65598690f5a3fb2108e61feff99c7c8.zip
Add trailing namespace comment
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index 4f68a18..84c1140 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -53,7 +53,7 @@ class Configuration;
namespace Ganv {
class Module;
-}
+} // namespace Ganv
class Patchage
{