Skip to content

Commit

Permalink
Updates from running the fix-ending-whitespace script.
Browse files Browse the repository at this point in the history
  • Loading branch information
RTimothyEdwards committed May 23, 2020
1 parent c81d9ad commit 2af38a4
Show file tree
Hide file tree
Showing 505 changed files with 10,015 additions and 10,022 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,9 @@ TAGS:
${RM} TAGS
find . ${MODULES} ${PROGRAMS} -name "*.[ch]" -maxdepth 1 | xargs etags -o TAGS

<<<<<<< HEAD
fix-trailing-whitespace:
find -name "*.[ch]" | xargs sed -i -e's/\s\+$$//'
find -name "*.cpp" | xargs sed -i -e's/\s\+$$//'
find -name "*.tcl" | xargs sed -i -e's/\s\+$$//'
=======
setup-git:
git config --local include.path ../.gitconfig
git stash save
rm .git/index
git checkout HEAD -- "$$(git rev-parse --show-toplevel)"
git stash pop
>>>>>>> Adding git expanding command.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.3.13
8.3.14
Loading

0 comments on commit 2af38a4

Please sign in to comment.