From: Bartosz DziewoƄski Date: Mon, 13 Jun 2016 19:25:52 +0000 (+0200) Subject: FormatMetadata: Fix comment indentation and whitespace X-Git-Tag: 1.31.0-rc.0~6631^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=fed31bdc92d0dc3ab77be598691c6cc5de271bc6;p=lhc%2Fweb%2Fwiklou.git FormatMetadata: Fix comment indentation and whitespace Change-Id: I55d2e6fd160c84208fb323b4c1d31f3291ed12f2 --- diff --git a/includes/media/FormatMetadata.php b/includes/media/FormatMetadata.php index f392bd1c9e..5fbdcc7fe6 100644 --- a/includes/media/FormatMetadata.php +++ b/includes/media/FormatMetadata.php @@ -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.