User "Johnduhart" posted a comment on MediaWiki.r103341.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103341#c26171
Commit summary:

Bug 22194 - Check for any multiple of 90, as PDF reference allows it. Followup 
to r103313.

Comment:

<pre>+                          if ( ( $r/90 ) & 1 ) {</pre>

Should be a space around the forward-slash per our coding converntions.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to