소스 검색

fix indentation issues

pull/3/head
Luis Rascão 11 년 전
부모
커밋
41095e73e2
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +6
    -6
      bootstrap

+ 6
- 6
bootstrap 파일 보기

@ -7,10 +7,10 @@ main(Args) ->
true ->
usage(),
halt(0);
false ->
false ->
ok
end,
end,
%% Get a string repr of build time
Built = build_time(),
@ -99,9 +99,9 @@ main(Args) ->
usage() ->
io:format("Usage: bootstrap [OPTION]...~n"),
io:format(" force=1\t unconditional build~n"),
io:format(" debug\t add debug information~n").
io:format(" force=1 unconditional build~n"),
io:format(" debug add debug information~n").
is_otp(OtpInfo, Regex) ->
case re:run(OtpInfo, Regex, [{capture, none}]) of
match -> true;

불러오는 중...
취소
저장