Opened 16 years ago
Closed 13 years ago
#15965 closed defect (bug) (worksforme)
Streamline exit call syntax
| Reported by: | hakre | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Attachments (1)
Change History (5)
#2
@
16 years ago
- Milestone Awaiting Review → Future Release
break;'s should stay.
I think I slightly prefer exit() over exit.
Whatever - Future Release.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
break;afterexit;is useless, let me know if that can be removed or should be still in because of code consistency (e.g. switch cases code formatting always ending in break).