diff options
author | Kostis Sagonas <[email protected]> | 2015-11-29 15:05:30 +0100 |
---|---|---|
committer | Kostis Sagonas <[email protected]> | 2015-12-16 22:08:34 +0100 |
commit | 11e67cc4bfa8242bbb5a5c64d91dd6186bb2c4e4 (patch) | |
tree | 753850c03bcdee364e48ccfea0b870279bb47810 /lib/hipe | |
parent | e991a1cf556e3af1894773834195d33d4e3bbb78 (diff) | |
download | otp-11e67cc4bfa8242bbb5a5c64d91dd6186bb2c4e4.tar.gz otp-11e67cc4bfa8242bbb5a5c64d91dd6186bb2c4e4.tar.bz2 otp-11e67cc4bfa8242bbb5a5c64d91dd6186bb2c4e4.zip |
Minor cleanup
Take out extraneous spaces at the end of lines.
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/test/basic_SUITE_data/basic_issues_beam.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/hipe/test/basic_SUITE_data/basic_issues_beam.erl b/lib/hipe/test/basic_SUITE_data/basic_issues_beam.erl index 7c4db28dd4..73367c5c45 100644 --- a/lib/hipe/test/basic_SUITE_data/basic_issues_beam.erl +++ b/lib/hipe/test/basic_SUITE_data/basic_issues_beam.erl @@ -119,6 +119,7 @@ just_compile_me_R11_bjorklund() -> %% Date: Sep 13, 2006 %% Subject: Compiler bug not quite fixed %% +%% %% I saw a compiler bug posted to the list by Martin Bjorklund that %% appeared to be exactly the problem I'm seeing, and then noticed %% that this was fixed in R11B-1. Unfortunately, though R11B-1 appears @@ -201,7 +202,7 @@ test_crash_R12_morris() -> foo(Bar) when (is_integer(Bar) andalso Bar =:= 0) ; Bar =:= 42 -> ok. - + %%-------------------------------------------------------------------- %% From: Paulo Sergio Almeida %% Date: May 20, 2009 |