-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Milestone
Description
Is your feature request related to a problem? Please describe.
Inconsistent use of (), style. Example below but should fix all.
osal/src/os/portable/os-impl-no-symtab.c
Lines 50 to 60 in ead5723
| return OS_ERR_NOT_IMPLEMENTED; | |
| } | |
| /*---------------------------------------------------------------- | |
| * Implementation for no dynamic loader configuration | |
| * | |
| * See prototype for argument/return detail | |
| *-----------------------------------------------------------------*/ | |
| int32 OS_SymbolTableDump_Impl(const char *filename, size_t SizeLimit) | |
| { | |
| return (OS_ERR_NOT_IMPLEMENTED); |
Describe the solution you'd like
Fix.
Describe alternatives you've considered
Leave as-is (future work)
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review
Reactions are currently unavailable