MaJerle / stm32fxxx-hal-libraries

Libraries for STM32F4xx and STM32F7xx built on HAL drivers from ST
MIT License
752 stars 432 forks source link

fix-c-style-bracket #41

Closed LuisCRSousa closed 3 years ago

LuisCRSousa commented 3 years ago

Fixing c style bracket position

CLAassistant commented 3 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Luís Carlos seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

pksublime commented 3 years ago

I don't know if it's the case here, but some coding standards want curly braces on their own line.

LuisCRSousa commented 3 years ago

I don't know if it's the case here, but some coding standards want curly braces on their own line.

Yap. Also, that is also one of the c style recomendations from the repository author https://github.com/MaJerle/c-code-style

MaJerle commented 3 years ago

So why is then only one file modified?