Skip to content

Commit

Permalink
Merge pull request #936 from riscv/whitespace
Browse files Browse the repository at this point in the history
Remove end-of-line whitespace.
  • Loading branch information
timsifive authored Oct 18, 2023
2 parents a495dd8 + 46fcba5 commit c0f4991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkpatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout Base
run: |
git fetch origin ${{ github.event.pull_request.base.ref }}
echo "The current base for checkpatch is: $(git show FETCH_HEAD --oneline --raw)"
echo "The current base for checkpatch is: $(git show FETCH_HEAD --oneline --raw)"
- name: Install required packages (apt-get)
run: |
sudo apt-get update
Expand Down

0 comments on commit c0f4991

Please sign in to comment.