summaryrefslogtreecommitdiff
path: root/src/audio/include/stream_message.hpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2022-11-23 17:15:06 +1100
committerjacqueline <me@jacqueline.id.au>2022-11-23 17:15:06 +1100
commita7df2855889055976956a58d2a36f23626371ee9 (patch)
tree16e180e57f84474acaeb1893208cc07e278af6f4 /src/audio/include/stream_message.hpp
parentdfa9ab6e04689b99267092e016a91d9254f94cd8 (diff)
downloadtangara-fw-a7df2855889055976956a58d2a36f23626371ee9.tar.gz
Mostly done pipeline arch. Now onto cleanup and building.
Diffstat (limited to 'src/audio/include/stream_message.hpp')
-rw-r--r--src/audio/include/stream_message.hpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/audio/include/stream_message.hpp b/src/audio/include/stream_message.hpp
index f59aba8d..2791dcd8 100644
--- a/src/audio/include/stream_message.hpp
+++ b/src/audio/include/stream_message.hpp
@@ -1,11 +1,11 @@
#pragma once
namespace audio {
-
- enum MessageType {
- TYPE_UNKNOWN,
- TYPE_CHUNK_HEADER,
- TYPE_STREAM_INFO,
- };
-} // namespace audio
+enum MessageType {
+ TYPE_UNKNOWN,
+ TYPE_CHUNK_HEADER,
+ TYPE_STREAM_INFO,
+};
+
+} // namespace audio