FormatMetadata: Fix comment indentation and whitespace
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 13 Jun 2016 19:25:52 +0000 (21:25 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 13 Jun 2016 19:26:39 +0000 (21:26 +0200)
Change-Id: I55d2e6fd160c84208fb323b4c1d31f3291ed12f2

includes/media/FormatMetadata.php

index f392bd1..5fbdcc7 100644 (file)
@@ -423,7 +423,7 @@ class FormatMetadata extends ContextSource {
                                                        'mode' => ( $val & bindec( '00011000' ) ) >> 3,
                                                        'function' => ( $val & bindec( '00100000' ) ) >> 5,
                                                        'redeye' => ( $val & bindec( '01000000' ) ) >> 6,
-//                                             'reserved' => ($val & bindec( '10000000' )) >> 7,
+                                                       // 'reserved' => ( $val & bindec( '10000000' ) ) >> 7,
                                                ];
                                                $flashMsgs = [];
                                                # We do not need to handle unknown values since all are used.