Skip to content

Make all names of functions in test_helpers.c camelCase #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

ldorau
Copy link
Contributor

@ldorau ldorau commented Dec 18, 2023

Make all names of functions in test_helpers.c camelCase. Replace:
is_filled_with_char() -> bufferIsFilledWithChar()
is_same_content() -> buffersHaveSameContent()
is_aligned() -> addressIsAligned()

Make all names of functions in test_helpers.c camelCase.
Replace:
is_filled_with_char() -> bufferIsFilledWithChar()
is_same_content() -> buffersHaveSameContent()
is_aligned() -> addressIsAligned()

Signed-off-by: Lukasz Dorau <[email protected]>
@ldorau ldorau requested a review from a team as a code owner December 18, 2023 15:15
@bratpiorka bratpiorka merged commit dbdc5de into oneapi-src:main Dec 18, 2023
@ldorau ldorau deleted the Make_all_names_of_functions_in_test_helpers.c_camelCase branch December 18, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants