diff options
author | dedeibel | 2017-12-11 20:03:35 +0100 |
---|---|---|
committer | dedeibel | 2017-12-11 20:03:35 +0100 |
commit | 0b73843d5e0d0ac22a46db28090e707566668ae4 (patch) | |
tree | 52a824f118f99f14d7079d2c05e9f3035350e1ee /model/Stream.php | |
parent | 46852c4f9c77ab77b9bcc18c901f9f8640d9f305 (diff) |
Leading Spaces to Tabs
Diffstat (limited to '')
-rw-r--r-- | model/Stream.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/model/Stream.php b/model/Stream.php index 28cb0f8..99abaf1 100644 --- a/model/Stream.php +++ b/model/Stream.php @@ -32,9 +32,9 @@ class Stream public function isTranslated() { - return !empty($this->getLanguage()) && - $this->getLanguage() !== 'native' && - $this->getLanguage() !== 'stereo'; + return !empty($this->getLanguage()) && + $this->getLanguage() !== 'native' && + $this->getLanguage() !== 'stereo'; } public function getVideoSize() |