shawn-lindberg / sandman

A device to allow people to control hospital style beds by voice.
MIT License
4 stars 3 forks source link

Code Style Amendments #57

Closed adrian-javid closed 1 month ago

adrian-javid commented 1 month ago

This pull request makes some style changes to the code. Mainly, variables prefixed with a letter and underscore are changed to have the first letter of its base name be lowercase. For example, m_MyVariable would be changed to m_myVariable.

Also, light structural changes were made.

shawn-lindberg commented 1 month ago

@adrian-javid Are you able to resolve conflicts, or do I need to?

adrian-javid commented 1 month ago

@adrian-javid Are you able to resolve conflicts, or do I need to?

Yes, I resolved the conflicts.