Skip to content
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

libavc: Remove duplicate code and improve readability #71

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

ram-mohan
Copy link
Collaborator

This commit does not introduce any new functionality w.r.t previous commit. But it fixes few things. They are listed below

  1. Guard Bands in header files are fixed
  2. Header files contains function definition comments. These are same as in source file. Maintaining same comment at two locations is unnecessary. These are removed.
  3. Maintain Indentation consistency across the code.
  4. Remove unused code

This commit does not introduce any new functionality w.r.t previous
commit. But it fixes few things. They are listed below
1. Guard Bands in header files are fixed
2. Header files contains function definition comments. These are same
as in source file. Maintaining same comment at two locations is
unnecessary. These are removed.
3. Maintain Indentation consistency across the code.
4. Remove unused code
@harishdm harishdm merged commit 0ab5c42 into ittiam-systems:main Oct 6, 2023
3 checks passed
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.

2 participants