[Git][ghc/ghc][master] Fix whitespace style

Marge Bot gitlab at gitlab.haskell.org
Mon Apr 8 19:00:08 UTC 2019



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
a42d206a by Yuriy Syrovetskiy at 2019-04-08T18:54:02Z
Fix whitespace style

- - - - -


3 changed files:

- .gitlab-ci.yml
- libraries/ghc-prim/cbits/bitrev.c
- testsuite/tests/primops/should_run/T16164.hs


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -48,7 +48,7 @@ ghc-linters:
   stage: lint
   image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV"
   script:
-    - git fetch origin $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
+    - git fetch "$CI_MERGE_REQUEST_PROJECT_URL" $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
     - base="$(git merge-base FETCH_HEAD $CI_COMMIT_SHA)"
     - "echo Merge base $base"
     #    - validate-commit-msg .git $(git rev-list $base..$CI_COMMIT_SHA)
@@ -764,4 +764,3 @@ pages:
   artifacts:
     paths:
       - public
-


=====================================
libraries/ghc-prim/cbits/bitrev.c
=====================================
@@ -78,4 +78,4 @@ hs_bitrev64(StgWord64 x)
   // swap 32-bit long pairs
   x = ( x >> 32                      ) | ( x << 32                      );
   return x;
-}
\ No newline at end of file
+}


=====================================
testsuite/tests/primops/should_run/T16164.hs
=====================================
@@ -49,4 +49,4 @@ main = do
     printer bitReverse8 word8s
     printer bitReverse16 word16s
     printer bitReverse32 word32s
-    printer bitReverse64 word64s
\ No newline at end of file
+    printer bitReverse64 word64s



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/a42d206a76e03b4cd831aa7bc72c6d4a0f124bd1

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/a42d206a76e03b4cd831aa7bc72c6d4a0f124bd1
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190408/e86b8a9c/attachment-0001.html>


More information about the ghc-commits mailing list