]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps: remove emacs modeline from script
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 10 Oct 2022 14:01:21 +0000 (10:01 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sun, 16 Oct 2022 15:50:50 +0000 (11:50 -0400)
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>
install-deps.sh

index 20970ab8c78ea07f462493676ed9cba45a5860ad..b7ddf4a20eed152e417f1d5ff1952d5fe09e0a00 100755 (executable)
@@ -1,5 +1,4 @@
 #!/usr/bin/env bash
-# -*- mode:sh; tab-width:8; indent-tabs-mode:t -*-
 #
 # Ceph distributed storage system
 #