mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
b5c49d66b9
- Use if statements rather than ?: with 0 "else part" after the : in macros whose bodies are statements anyway (and already protected by PR_BEGIN_MACRO and PR_END_MACRO). - Such if statements test for non-null pointers, so the subsequent statements to null those pointers can move into the then parts -- there's no point in setting a null pointer to null again. |
||
---|---|---|
.. | ||
nsCOMPtr.cpp | ||
nsCOMPtr.h | ||
nsDebug.cpp | ||
nsDebug.h | ||
nsGenericFactory.cpp | ||
nsGenericFactory.h | ||
nsID.cpp | ||
nsID.h | ||
nsIGenericFactory.h | ||
nsISupportsUtils.h | ||
nsQuickSort.cpp | ||
nsQuickSort.h | ||
nsVoidArray.cpp | ||
nsVoidArray.h |