"Jpostlethwaite" posted a comment on Wikimedia.r1036.
URL: http://www.mediawiki.org/wiki/Special:Code/Wikimedia/1036#c28368
Commit summary for Wikimedia.r1036:
Indented code. No actual changes were made.
Jpostlethwaite's comment:
Maybe I am mistaken, but I thought it was wrong before I fixed it:
<pre>
try {
_queue2civicrm_get_new_drush_errors(); //redefine "new" before we move
on.
- if (limbo_import($msg)){
- $con->ack($msg);
- } else {
</pre>
This fix, r1036 made it like this:
<pre>
try {
_queue2civicrm_get_new_drush_errors(); //redefine "new" before we move
on.
if (limbo_import($msg)){
$con->ack($msg);
} else {
</pre>
Now the indenting is nested properly and it is using 2 spaces for a tab.
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview