Skip to content

Commit e376f67

Browse files
Update indent settings remainder
Fixes: https://tracker.ceph.com/issues/72587 Signed-off-by: Edwin Rodriguez <[email protected]>
1 parent 857a462 commit e376f67

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+110
-110
lines changed

examples/librados/hello_world_c.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2-
// vim: ts=8 sw=2 smarttab
1+
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
2+
// vim: ts=8 sw=2 sts=2 expandtab
33
/*
44
* Ceph - scalable distributed file system
55
*

qa/standalone/scrub/osd-mapper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
2-
# -*- mode:text; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
3-
# vim: ts=8 sw=2 smarttab
2+
# -*- mode:text; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
3+
# vim: ts=8 sw=2 sts=2 expandtab
44
#
55
# test the handling of a corrupted SnapMapper DB by Scrub
66

qa/workunits/cephtool/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
2-
# -*- mode:shell-script; tab-width:8; sh-basic-offset:2; indent-tabs-mode:t -*-
3-
# vim: ts=8 sw=8 ft=bash smarttab
2+
# -*- mode:shell-script; tab-width:8; sh-basic-offset:2; indent-tabs-mode:nil -*-
3+
# vim: ts=8 sw=8 ft=bash expandtab
44
set -x
55

66
source $(dirname $0)/../../standalone/ceph-helpers.sh

qa/workunits/rados/ec-esb-fio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# vim: ts=8 sw=2 smarttab
2+
# vim: ts=8 sw=2 sts=2 expandtab
33
set -ex
44

55
# Install FIO

qa/workunits/rados/test_large_omap_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python3
22
# -*- mode:python -*-
3-
# vim: ts=4 sw=4 smarttab expandtab
3+
# vim: ts=4 sw=4 expandtab
44
#
55
# Copyright (C) 2017 Red Hat <[email protected]>
66
#

src/arch/s390x.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2-
// vim: ts=8 sw=2 smarttab
1+
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
2+
// vim: ts=8 sw=2 sts=2 expandtab
33
/*
44
* Ceph - scalable distributed file system
55
*

src/auth/krb/KrbAuthorizeHandler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2-
// vim: ts=8 sw=2 smarttab
1+
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
2+
// vim: ts=8 sw=2 sts=2 expandtab
33
/*
44
* Ceph - scalable distributed file system
55
*

src/auth/krb/KrbAuthorizeHandler.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2-
// vim: ts=8 sw=2 smarttab
1+
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
2+
// vim: ts=8 sw=2 sts=2 expandtab
33
/*
44
* Ceph - scalable distributed file system
55
*

src/auth/krb/KrbClientHandler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2-
// vim: ts=8 sw=2 smarttab
1+
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
2+
// vim: ts=8 sw=2 sts=2 expandtab
33
/*
44
* Ceph - scalable distributed file system
55
*

src/auth/krb/KrbClientHandler.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2-
// vim: ts=8 sw=2 smarttab
1+
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
2+
// vim: ts=8 sw=2 sts=2 expandtab
33
/*
44
* Ceph - scalable distributed file system
55
*

0 commit comments

Comments
 (0)