[commit: ghc] master: cosmetic change: expandtab in utils/hp2ps/HpFile.c (0ff5ecf)
git at git.haskell.org
git at git.haskell.org
Tue Dec 11 23:21:37 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0ff5ecfbc543d80d1668fec460df90b98d563898/ghc
>---------------------------------------------------------------
commit 0ff5ecfbc543d80d1668fec460df90b98d563898
Author: Zejun Wu <watashi at fb.com>
Date: Tue Dec 11 13:15:13 2018 -0500
cosmetic change: expandtab in utils/hp2ps/HpFile.c
rGHCbba2b9bf2d69700dc114118658507aaac34c5e62 expand tabs in
utils/hp2ps/HpFile.c with tabwidth 2, but the code was written as
tabwidth 8. This change simply retabs the code with tabwidth 8 and
removes trailing spaces.
Test Plan: Tested in stacked diff: {D5388}
Reviewers: simonmar, bgamari, afarmer, tdammers
Reviewed By: simonmar
Subscribers: rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5407
>---------------------------------------------------------------
0ff5ecfbc543d80d1668fec460df90b98d563898
utils/hp2ps/HpFile.c | 404 +++++++++++++++++++++++++--------------------------
1 file changed, 202 insertions(+), 202 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 0ff5ecfbc543d80d1668fec460df90b98d563898
More information about the ghc-commits
mailing list