Skip to content
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

Remove trailing whitespace from source files #1203

Closed
veripoolbot opened this issue Sep 11, 2017 · 2 comments
Closed

Remove trailing whitespace from source files #1203

veripoolbot opened this issue Sep 11, 2017 · 2 comments
Assignees
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Mike Popoloski
Original Redmine Issue: 1203 from https://www.veripool.org

Original Assignee: Wilson Snyder (@wsnyder)


A bunch of Verilator source files have trailing whitespace in various places. Many linting and code analysis tools will warn or error on this, so locally I've stripped them from our Verilator build, but it would ease future integrations if they weren't there in the upstream repo.

Obviously this is a low priority issue, but it would be appreciated. A simple perl script you can run on all the files:
perl -i -pe 's/[ \t]+$//' verilated.cpp

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2017-09-11T23:21:10Z


Fixed in git, with test to check for the future.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Mike Popoloski
Original Date: 2017-09-12T13:01:50Z


Great, thank you!

@veripoolbot veripoolbot added area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants