Skip to content

Astyle: sync windows and linux folders#3016

Merged
danmar merged 2 commits intocppcheck-opensource:mainfrom
rikardfalkeborn:astyle-sync-windows-linux
Jan 6, 2021
Merged

Astyle: sync windows and linux folders#3016
danmar merged 2 commits intocppcheck-opensource:mainfrom
rikardfalkeborn:astyle-sync-windows-linux

Conversation

@rikardfalkeborn
Copy link
Copy Markdown
Contributor

No description provided.

ui->directoryTree->setModel(&mFSmodel);
QHeaderView * header = ui->directoryTree->header();
for(int i = 1; i < header->length(); ++i) // hide all except [0]
for (int i = 1; i < header->length(); ++i) // hide all except [0]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

where does this reformatting come from.. ? From windows astyle.exe ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

No, Linux astyle 3.0.1. These files were not formatted on Linux before.

@danmar danmar merged commit 50cdb6c into cppcheck-opensource:main Jan 6, 2021
@rikardfalkeborn rikardfalkeborn deleted the astyle-sync-windows-linux branch January 6, 2021 16:14
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