summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-08-06 14:31:26 -0700
committerGlenn Kasten <gkasten@google.com>2013-08-06 14:31:26 -0700
commit6d238e5ecb4c4266bc865a067072a30187e55f97 (patch)
treefde6cf604d0d20860431d60b1ce76c6130118beb /include/media/AudioSystem.h
parentdeeef54487a34034dc0cfaab20b20d557224c07c (diff)
downloadframeworks_av-6d238e5ecb4c4266bc865a067072a30187e55f97.zip
frameworks_av-6d238e5ecb4c4266bc865a067072a30187e55f97.tar.gz
frameworks_av-6d238e5ecb4c4266bc865a067072a30187e55f97.tar.bz2
Line length 100
Change-Id: I8ad58a961cefd0b0c2b041e04fd78669917453d1
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index 006af08..77f7d9a 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -155,7 +155,8 @@ public:
class OutputDescriptor {
public:
OutputDescriptor()
- : samplingRate(0), format(AUDIO_FORMAT_DEFAULT), channelMask(0), frameCount(0), latency(0) {}
+ : samplingRate(0), format(AUDIO_FORMAT_DEFAULT), channelMask(0), frameCount(0), latency(0)
+ {}
uint32_t samplingRate;
audio_format_t format;