Skip to content

Applied astyle to files missed during repair of astyle Travis CI job #10265

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
Mar 29, 2019

Conversation

cmonr
Copy link
Contributor

@cmonr cmonr commented Mar 28, 2019

Description

Ran the following command to cleanup files that were missed when the astyle Travis CI job was not functioning properly.

find . -regex '.*\.\(c\|cpp\|h\|hpp\)' \
| sed 's_^./__' \
| grep -v -f ./.astyleignore \
| while read file; do astyle -n --options=.astylerc "${file}" ; done

Pull request type

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

Reviewers

Release Notes

Copy link
Contributor

@adbridge adbridge left a comment

Choose a reason for hiding this comment

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

Looks ok to me

@cmonr
Copy link
Contributor Author

cmonr commented Mar 29, 2019

CI started

@cmonr
Copy link
Contributor Author

cmonr commented Mar 29, 2019

Leaving a note that CI passed already since this is a .travis.yml change only.

continuous-integration/jenkins/pr-head — This commit looks good

@cmonr cmonr removed the request for review from SeppoTakalo March 29, 2019 18:52
@cmonr cmonr merged commit 2d9c494 into ARMmbed:master Mar 29, 2019
@0xc0170
Copy link
Contributor

0xc0170 commented Apr 5, 2019

Removed the release version (was fixed via another PR at the same time, will be in 5.12.1)

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