diff options
author | Austin Seipp <aseipp@pobox.com> | 2013-08-22 16:36:35 -0500 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-08-22 16:36:35 -0500 |
commit | 3310068c0df0eb694aa7395854fb3a5594884369 (patch) | |
tree | 57e5d6e6241794be1264d03e7ee4d1c8c33dea6a | |
parent | 726d08ab51de4b8d0e612b790b899427a5884c14 (diff) | |
download | haskell-3310068c0df0eb694aa7395854fb3a5594884369.tar.gz |
Remove trailing whitespace from Fingerprint.hsc
Signed-off-by: Austin Seipp <aseipp@pobox.com>
-rw-r--r-- | compiler/utils/Fingerprint.hsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/Fingerprint.hsc b/compiler/utils/Fingerprint.hsc index 81cdbae883..ad83db1f6b 100644 --- a/compiler/utils/Fingerprint.hsc +++ b/compiler/utils/Fingerprint.hsc @@ -1,5 +1,5 @@ -- ---------------------------------------------------------------------------- --- +-- -- (c) The University of Glasgow 2006 -- -- Fingerprints for recompilation checking and ABI versioning. |