audiosystem: Fix coding style warning.
authorRaphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Mon, 8 Dec 2014 14:58:06 +0000 (16:58 +0200)
committerRaphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Mon, 8 Dec 2014 14:58:06 +0000 (16:58 +0200)
./audiosystem/audiosystem_instance.cc:52:  Missing spaces around = [whitespace/operators] [4]

audiosystem/audiosystem_instance.cc

index 062c1b8..c5dae5e 100644 (file)
@@ -49,7 +49,7 @@ void AudioSystemInstance::InitContext() {
     context_.reset(new AudioSystemContext());
 
   if (!t_)
-    t_= new std::thread(AudioSystemInstance::RunLoop);
+    t_ = new std::thread(AudioSystemInstance::RunLoop);
 }
 
 // static