diff options
author | Eric <[email protected]> | 2013-01-24 20:59:21 -0800 |
---|---|---|
committer | Eric <[email protected]> | 2013-01-24 20:59:21 -0800 |
commit | e02d59de76a2f0c0e0311f22e4779652a1375ee9 (patch) | |
tree | df4826800660cdadab953532f85fcca68f69f11c /test/rclt_command_SUITE.erl | |
parent | f1632c3282d719cd5cbb46299f4f0557653ba50f (diff) | |
download | relx-e02d59de76a2f0c0e0311f22e4779652a1375ee9.tar.gz relx-e02d59de76a2f0c0e0311f22e4779652a1375ee9.tar.bz2 relx-e02d59de76a2f0c0e0311f22e4779652a1375ee9.zip |
fix and normalize module headers
Diffstat (limited to 'test/rclt_command_SUITE.erl')
-rw-r--r-- | test/rclt_command_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rclt_command_SUITE.erl b/test/rclt_command_SUITE.erl index bd99da0..78f05fc 100644 --- a/test/rclt_command_SUITE.erl +++ b/test/rclt_command_SUITE.erl @@ -1,4 +1,4 @@ -%%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- +%% -*- erlang-indent-level: 4; indent-tabs-mode: nil; fill-column: 92 -*- %%% Copyright 2012 Erlware, LLC. All Rights Reserved. %%% %%% This file is provided to you under the Apache License, |