Closed Bug 815327 Opened 12 years ago Closed 8 years ago

Make nsCycleCollector.* to use sane coding style

Categories

(Core :: XPCOM, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 995730

People

(Reporter: smaug, Assigned: smaug)

References

(Blocks 1 open bug)

Details

Currently the coding style is mostly similar to XPConnect, which is horrible.
Should use the normal style.
Component: XPConnect → XPCOM
Here are some things that likely need to be fixed:
- name arguments aFoo, and name members mFoo
- indentation, and the mode line
- |nsFoo* bar| vs |nsFoo *bar|.  Which one should we use?
- any remaining trailing whitespace?

Any others?
(In reply to Andrew McCreight [:mccr8] from comment #1)
> - |nsFoo* bar| vs |nsFoo *bar|.  Which one should we use?

Left!
yes.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.