diff options
author | bunnei <bunneidev@gmail.com> | 2016-12-22 00:47:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-22 00:47:50 -0500 |
commit | 17d740299a670cb5d39aae70e6617e52560e6dea (patch) | |
tree | b73102bda92d03b80f1af672ad66951410314779 /src/common/logging/backend.cpp | |
parent | 7623957f804ee0f454d8af3c0be74f6da65f7b05 (diff) | |
parent | 1238e48c588a87ff3934e1b39d6a1301541ab617 (diff) |
Merge pull request #2285 from mailwl/csnd-format
csnd:SND: Reformat source code
Diffstat (limited to 'src/common/logging/backend.cpp')
-rw-r--r-- | src/common/logging/backend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 7fd397fe5..3ea102229 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -50,6 +50,7 @@ namespace Log { SUB(Service, CAM) \ SUB(Service, CECD) \ SUB(Service, CFG) \ + SUB(Service, CSND) \ SUB(Service, DSP) \ SUB(Service, DLP) \ SUB(Service, HID) \ |