On Dec 21, 2017, at 14:41, Joshua Root wrote: > Joshua Root (jmroot) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/1ebeddad308289abe07759b1c805e1403db9e4f1 > > The following commit(s) were added to refs/heads/master by this push: > > new 1ebedda python36: whitespace > > 1ebedda is described below > > > commit 1ebeddad308289abe07759b1c805e1403db9e4f1 > > Author: Joshua Root > AuthorDate: Fri Dec 22 07:41:26 2017 +1100 > > > python36: whitespace > > --- > lang/python36/Portfile | 6 +++--- > python/py-gdbm/Portfile | 6 +++--- > python/py-tkinter/Portfile | 6 +++--- > 3 files changed, 9 insertions(+), 9 deletions(-) > > > diff --git a/lang/python36/Portfile b/lang/python36/Portfile > index 7848457..7e9577e 100644 > --- a/lang/python36/Portfile > +++ b/lang/python36/Portfile > @@ -25,9 +25,9 @@ master_sites ${homepage}ftp/python/${version}/ > > distname Python-${version} > use_xz yes > -checksums md5 1325134dd525b4a2c3272a1a0214dd54 \ > - rmd160 0fd34bf6748133728106b0d12c354e8b45d62d79 \ > - sha256 > 159b932bf56aeaa76fd66e7420522d8c8853d486b8567c459b84fe2ed13bcaba > +checksums md5 1325134dd525b4a2c3272a1a0214dd54 \ > + rmd160 0fd34bf6748133728106b0d12c354e8b45d62d79 \ > + sha256 > 159b932bf56aeaa76fd66e7420522d8c8853d486b8567c459b84fe2ed13bcaba
Why did you do this? Indentations aligned to multiples of 4 spaces is our preferred style. Why change it for the checksums of these ports?
