diff options
author | John Mulligan <jmulligan@redhat.com> | 2022-10-10 16:01:21 +0200 |
---|---|---|
committer | John Mulligan <jmulligan@redhat.com> | 2022-10-16 17:50:50 +0200 |
commit | e8b20c0d1f32c48524fc66d9e169e9eaaa42bd0d (patch) | |
tree | cdb86dfd39d711a37786dbb00275d9afc55aca60 /install-deps.sh | |
parent | Merge pull request #48086 from vshankar/wip-57084 (diff) | |
download | ceph-e8b20c0d1f32c48524fc66d9e169e9eaaa42bd0d.tar.xz ceph-e8b20c0d1f32c48524fc66d9e169e9eaaa42bd0d.zip |
install-deps: remove emacs modeline from script
The majority of the lines in this shell script uses spaces to indent,
but I *think* this modeline tells emacs to indent with tabs. In a very
near future change I'm going to make all indents use spaces. So we first
remove the emacs modeline that tells it to use the opposite.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-x | install-deps.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install-deps.sh b/install-deps.sh index 20970ab8c78..b7ddf4a20ee 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# -*- mode:sh; tab-width:8; indent-tabs-mode:t -*- # # Ceph distributed storage system # |