From 5f995bfdc007c7f8c23d2b933a40627c1f311a04 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 29 Jun 2014 20:15:43 +0200 Subject: Fix a few minor formatting inconsistencies * fix overlong lines * where appropriate use %% instead of % --- bootstrap | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index f6aa6cc..ad27898 100755 --- a/bootstrap +++ b/bootstrap @@ -28,10 +28,11 @@ main(Args) -> %% Extract the system info of the version of OTP we use to compile rebar OtpInfo = string:strip(erlang:system_info(otp_release), both, $\n), - %% Types dict:dict() and digraph:digraph() have been introduced in Erlang 17. - %% At the same time, their counterparts dict() and digraph() are to be deprecated - %% in Erlang 18. namespaced_types option is used to select proper type name - %% depending of the OTP version used. + %% Types dict:dict() and digraph:digraph() have been introduced in + %% Erlang 17. + %% At the same time, their counterparts dict() and digraph() are to be + %% deprecated in Erlang 18. namespaced_types option is used to select + %% proper type name depending of the OTP version used. NamespacedTypes = case is_otp(OtpInfo, "^[0-9]+") of true -> {d, namespaced_types}; false -> undefined -- cgit v1.1 From 15373a580fa11783a28084f8456211dd84c270b8 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 13 Jul 2014 15:12:09 +0200 Subject: Fix typo s/of/on/ --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index ad27898..7086098 100755 --- a/bootstrap +++ b/bootstrap @@ -32,7 +32,7 @@ main(Args) -> %% Erlang 17. %% At the same time, their counterparts dict() and digraph() are to be %% deprecated in Erlang 18. namespaced_types option is used to select - %% proper type name depending of the OTP version used. + %% proper type name depending on the OTP version used. NamespacedTypes = case is_otp(OtpInfo, "^[0-9]+") of true -> {d, namespaced_types}; false -> undefined -- cgit v1.1