Skip to content

Commit e36968f

Browse files
Merge pull request ceph#65743 from edwinzrodriguez/ceph-clang-format-remainder
Update misc file tab settings, based on the discussions in this PR and ceph#65049 Reviewed-by: Ilya Dryomov <[email protected]> Reviewed-by: Anthony D Atri <[email protected]> Reviewed-by: John Mulligan <[email protected]> Reviewed-by: Greg Farnum <[email protected]>
2 parents 393381b + 1480cac commit e36968f

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

+153
-110
lines changed

examples/librados/hello_world_c.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
3+
34
/*
45
* Ceph - scalable distributed file system
56
*

qa/standalone/scrub/osd-mapper.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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
4+
45
#
56
# test the handling of a corrupted SnapMapper DB by Scrub
67

qa/workunits/cephtool/test.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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
4+
45
set -x
56

67
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
3+
34
/*
45
* Ceph - scalable distributed file system
56
*

src/auth/krb/KrbAuthorizeHandler.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
3+
34
/*
45
* Ceph - scalable distributed file system
56
*

src/auth/krb/KrbAuthorizeHandler.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
3+
34
/*
45
* Ceph - scalable distributed file system
56
*

src/auth/krb/KrbClientHandler.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
3+
34
/*
45
* Ceph - scalable distributed file system
56
*

src/auth/krb/KrbClientHandler.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
3+
34
/*
45
* Ceph - scalable distributed file system
56
*

0 commit comments

Comments
 (0)