Closed
Bug 815327
Opened 12 years ago
Closed 9 years ago
Make nsCycleCollector.* to use sane coding style
Categories
(Core :: XPCOM, defect)
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.
Updated•12 years ago
|
Component: XPConnect → XPCOM
Comment 1•12 years ago
|
||
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?
Comment 2•12 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #1)
> - |nsFoo* bar| vs |nsFoo *bar|. Which one should we use?
Left!
Assignee | ||
Comment 3•12 years ago
|
||
yes.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•