Opened 2 years ago
Last modified 2 years ago
#15965 new defect (bug)
Streamline exit call syntax
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | General | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Attachments (1)
Change History (4)
- Milestone changed from Awaiting Review to 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.

break; after exit; 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).