diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-05 17:12:56 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-05 17:12:56 +0100 |
commit | 1e9e564f3806d07c7b0dc445c4ae2e738350fc83 (patch) | |
tree | c7d67cef8ae898288ac769eb8ee8f3252369d736 /src/crepe/facade/SoundHandle.h | |
parent | 5072b4cc9bf56a4764c9bbd2bb748b6d3d511374 (diff) |
`make format`
Diffstat (limited to 'src/crepe/facade/SoundHandle.h')
-rw-r--r-- | src/crepe/facade/SoundHandle.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/facade/SoundHandle.h b/src/crepe/facade/SoundHandle.h index 131d28c..b7925fc 100644 --- a/src/crepe/facade/SoundHandle.h +++ b/src/crepe/facade/SoundHandle.h @@ -9,5 +9,4 @@ namespace crepe { */ typedef size_t SoundHandle; -} - +} // namespace crepe |