Skip to content

Scrub use of () in return statements #866

@skliper

Description

@skliper

Is your feature request related to a problem? Please describe.
Inconsistent use of (), style. Example below but should fix all.

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions