Update cstr_helper.c
Fixing indentation
This commit is contained in:
@@ -51,8 +51,8 @@ bool cstr_validate_id(const char *element_id)
|
|||||||
bool cstr_isnullterm(const char *source)
|
bool cstr_isnullterm(const char *source)
|
||||||
// Determines if the string passed is null terminated or not
|
// Determines if the string passed is null terminated or not
|
||||||
{
|
{
|
||||||
if (strchr(source, '\0'))
|
if (strchr(source, '\0'))
|
||||||
return true;
|
return true;
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user