Skip to content

STM32: astyle check #9323

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

Merged
merged 1 commit into from
Jan 11, 2019
Merged

STM32: astyle check #9323

merged 1 commit into from
Jan 11, 2019

Conversation

jeromecoutant
Copy link
Collaborator

Description

Hi

Just astyle patch on STM files

Used command for information:

find -regex '.*STM.*\.\(h\|c\|cpp\)' -type f | grep -v "device/" | grep -v "_WIO" | grep -v "_MTS" | grep -v "UBLOX" | xargs -n 100 -I {} bash -c "AStyle.exe -n --options=.astylerc \"{}\""

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

@cmonr
Copy link
Contributor

cmonr commented Jan 10, 2019

CI started

Copy link
Contributor

@cmonr cmonr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@mbed-ci
Copy link

mbed-ci commented Jan 10, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 1
Build artifacts

@0xc0170 0xc0170 merged commit fd6ceda into ARMmbed:master Jan 11, 2019
@jeromecoutant jeromecoutant deleted the PR_AST branch January 11, 2019 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants