Thunderbird:CodeCleanup: Difference between revisions

m (→‎IDL Changes: grammar fix)
Line 134: Line 134:
     doSomething();
     doSomething();
  <span class="highlightred">-}</span>
  <span class="highlightred">-}</span>
* Local variables that begin with the letter 'a'. Variables that begin with the letter 'a' are reserved for function arguments and should not be used at the start of a local variable:
<span class="highlightred">- nsCOMPtr<nsIWebProgressListener> aProgressListener;</span>
<span class="highlightblue">+ nsCOMPtr<nsIWebProgressListener> progressListener;</span>
272

edits