From 1480cacaaeb57632a3e09ad2feca4618ba449b8b Mon Sep 17 00:00:00 2001 From: Edwin Rodriguez Date: Thu, 2 Oct 2025 15:37:35 -0400 Subject: [PATCH] Added blank line after header block Signed-off-by: Edwin Rodriguez --- examples/librados/hello_world_c.c | 1 + qa/standalone/scrub/osd-mapper.sh | 1 + qa/workunits/cephtool/test.sh | 1 + src/arch/s390x.c | 1 + src/auth/krb/KrbAuthorizeHandler.cpp | 1 + src/auth/krb/KrbAuthorizeHandler.hpp | 1 + src/auth/krb/KrbClientHandler.cpp | 1 + src/auth/krb/KrbClientHandler.hpp | 1 + src/auth/krb/KrbProtocol.cpp | 1 + src/auth/krb/KrbProtocol.hpp | 1 + src/auth/krb/KrbServiceHandler.cpp | 1 + src/auth/krb/KrbServiceHandler.hpp | 1 + src/auth/krb/KrbSessionHandler.hpp | 1 + src/common/addr_parsing.c | 1 + src/common/bit_vector.hpp | 1 + src/common/map_cacher.hpp | 1 + src/common/mime.c | 1 + src/common/reverse.c | 1 + src/common/safe_io.c | 1 + src/common/secret.c | 1 + src/common/shared_cache.hpp | 1 + src/common/sharedptr_registry.hpp | 1 + src/common/simple_cache.hpp | 1 + src/common/tracked_int_ptr.hpp | 1 + src/common/utf8.c | 1 + src/doc/header.txt | 1 + src/doc/modeline.txt | 1 + src/erasure-code/shec/determinant.c | 1 + src/include/neorados/RADOS.hpp | 1 + src/include/neorados/RADOS_Decodable.hpp | 1 + src/include/rbd/librbd.hpp | 1 + src/rbd_replay/ImageNameMap.hpp | 1 + src/rbd_replay/PendingIO.hpp | 1 + src/rbd_replay/Replayer.hpp | 1 + src/rbd_replay/actions.hpp | 1 + src/rbd_replay/ios.hpp | 1 + src/rbd_replay/rbd_loc.hpp | 1 + src/rbd_replay/rbd_replay_debug.hpp | 1 + src/rgw/driver/posix/bucket_cache.cpp | 1 + src/rgw/rgw_iam_policy_keywords.gperf | 1 + src/test/pybind/test_ceph_argparse.py | 1 + src/test/pybind/test_ceph_daemon.py | 1 + src/tools/scratchtool.c | 1 + 43 files changed, 43 insertions(+) diff --git a/examples/librados/hello_world_c.c b/examples/librados/hello_world_c.c index d6f33bca53f91..c91273e02ef09 100644 --- a/examples/librados/hello_world_c.c +++ b/examples/librados/hello_world_c.c @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/qa/standalone/scrub/osd-mapper.sh b/qa/standalone/scrub/osd-mapper.sh index 4bf3a5a62a65f..14bf3d84e7868 100755 --- a/qa/standalone/scrub/osd-mapper.sh +++ b/qa/standalone/scrub/osd-mapper.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # -*- mode:text; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- # vim: ts=8 sw=2 sts=2 expandtab + # # test the handling of a corrupted SnapMapper DB by Scrub diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 1b5fa66aaadeb..57ec1fa0a09cc 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # -*- mode:shell-script; tab-width:8; sh-basic-offset:2; indent-tabs-mode:nil -*- # vim: ts=8 sw=8 ft=bash expandtab + set -x source $(dirname $0)/../../standalone/ceph-helpers.sh diff --git a/src/arch/s390x.c b/src/arch/s390x.c index f392a18c4fef3..43b30c29f530b 100644 --- a/src/arch/s390x.c +++ b/src/arch/s390x.c @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/krb/KrbAuthorizeHandler.cpp b/src/auth/krb/KrbAuthorizeHandler.cpp index f8bbbf73f2250..9e2c5f09d600a 100644 --- a/src/auth/krb/KrbAuthorizeHandler.cpp +++ b/src/auth/krb/KrbAuthorizeHandler.cpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/krb/KrbAuthorizeHandler.hpp b/src/auth/krb/KrbAuthorizeHandler.hpp index 7752a0be4703a..b93a088c4d45e 100644 --- a/src/auth/krb/KrbAuthorizeHandler.hpp +++ b/src/auth/krb/KrbAuthorizeHandler.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/krb/KrbClientHandler.cpp b/src/auth/krb/KrbClientHandler.cpp index f19e9fc3f8305..70ccacabea65c 100644 --- a/src/auth/krb/KrbClientHandler.cpp +++ b/src/auth/krb/KrbClientHandler.cpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/krb/KrbClientHandler.hpp b/src/auth/krb/KrbClientHandler.hpp index c36591bcb41ca..28ec3b84e22aa 100644 --- a/src/auth/krb/KrbClientHandler.hpp +++ b/src/auth/krb/KrbClientHandler.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/krb/KrbProtocol.cpp b/src/auth/krb/KrbProtocol.cpp index 9777f579e9c63..c83881c91a5c3 100644 --- a/src/auth/krb/KrbProtocol.cpp +++ b/src/auth/krb/KrbProtocol.cpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/krb/KrbProtocol.hpp b/src/auth/krb/KrbProtocol.hpp index a1f55bd1a1e1d..5827623830ff1 100644 --- a/src/auth/krb/KrbProtocol.hpp +++ b/src/auth/krb/KrbProtocol.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/krb/KrbServiceHandler.cpp b/src/auth/krb/KrbServiceHandler.cpp index 3fdd23f44cfd5..157ed83a88532 100644 --- a/src/auth/krb/KrbServiceHandler.cpp +++ b/src/auth/krb/KrbServiceHandler.cpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/krb/KrbServiceHandler.hpp b/src/auth/krb/KrbServiceHandler.hpp index fbd96b49e1683..ca8bf24687cda 100644 --- a/src/auth/krb/KrbServiceHandler.hpp +++ b/src/auth/krb/KrbServiceHandler.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/krb/KrbSessionHandler.hpp b/src/auth/krb/KrbSessionHandler.hpp index 4c853dba601ad..c69b7932cae7f 100644 --- a/src/auth/krb/KrbSessionHandler.hpp +++ b/src/auth/krb/KrbSessionHandler.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/addr_parsing.c b/src/common/addr_parsing.c index 3dd29b144b4f6..566917922746f 100644 --- a/src/common/addr_parsing.c +++ b/src/common/addr_parsing.c @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/bit_vector.hpp b/src/common/bit_vector.hpp index a4b8ae9ee7b0e..0294354440dc4 100644 --- a/src/common/bit_vector.hpp +++ b/src/common/bit_vector.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/map_cacher.hpp b/src/common/map_cacher.hpp index 462ca2da4055e..3952cf9bb7517 100644 --- a/src/common/map_cacher.hpp +++ b/src/common/map_cacher.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/mime.c b/src/common/mime.c index 843d9e5ce5e66..e0182a2dc1c6a 100644 --- a/src/common/mime.c +++ b/src/common/mime.c @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/reverse.c b/src/common/reverse.c index 1a2370e9dba63..05eb3bf15f274 100644 --- a/src/common/reverse.c +++ b/src/common/reverse.c @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/safe_io.c b/src/common/safe_io.c index b8326d481b799..3f63b80b0c610 100644 --- a/src/common/safe_io.c +++ b/src/common/safe_io.c @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/secret.c b/src/common/secret.c index 5ea5f1d40de93..96f2333dccaae 100644 --- a/src/common/secret.c +++ b/src/common/secret.c @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/shared_cache.hpp b/src/common/shared_cache.hpp index f84f2ee3a672b..00361903a1a4c 100644 --- a/src/common/shared_cache.hpp +++ b/src/common/shared_cache.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/sharedptr_registry.hpp b/src/common/sharedptr_registry.hpp index bca8648230881..b7a6c6b80eb67 100644 --- a/src/common/sharedptr_registry.hpp +++ b/src/common/sharedptr_registry.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/simple_cache.hpp b/src/common/simple_cache.hpp index 68905c75b2a3c..12a076a73681f 100644 --- a/src/common/simple_cache.hpp +++ b/src/common/simple_cache.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/tracked_int_ptr.hpp b/src/common/tracked_int_ptr.hpp index 67f3b014086f0..f77b1bd7722f8 100644 --- a/src/common/tracked_int_ptr.hpp +++ b/src/common/tracked_int_ptr.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/utf8.c b/src/common/utf8.c index 4e3240267a16e..6c8bc1e190776 100644 --- a/src/common/utf8.c +++ b/src/common/utf8.c @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/doc/header.txt b/src/doc/header.txt index cbe26cf04f31a..65f0a00ce6c1c 100644 --- a/src/doc/header.txt +++ b/src/doc/header.txt @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/doc/modeline.txt b/src/doc/modeline.txt index ddacfb79a6b6c..d6402e4b05a1e 100644 --- a/src/doc/modeline.txt +++ b/src/doc/modeline.txt @@ -1,2 +1,3 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + diff --git a/src/erasure-code/shec/determinant.c b/src/erasure-code/shec/determinant.c index 4a67ac5871e1a..f923e7db0a52a 100644 --- a/src/erasure-code/shec/determinant.c +++ b/src/erasure-code/shec/determinant.c @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/neorados/RADOS.hpp b/src/include/neorados/RADOS.hpp index f0f734cc3abc8..79b396de1f253 100644 --- a/src/include/neorados/RADOS.hpp +++ b/src/include/neorados/RADOS.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/neorados/RADOS_Decodable.hpp b/src/include/neorados/RADOS_Decodable.hpp index c5b5c7f4c6841..367e41335d8c3 100644 --- a/src/include/neorados/RADOS_Decodable.hpp +++ b/src/include/neorados/RADOS_Decodable.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/rbd/librbd.hpp b/src/include/rbd/librbd.hpp index d86f4b17baeb4..42b80ce497bc3 100644 --- a/src/include/rbd/librbd.hpp +++ b/src/include/rbd/librbd.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/ImageNameMap.hpp b/src/rbd_replay/ImageNameMap.hpp index 0b31954bbe10d..5391c4569a889 100644 --- a/src/rbd_replay/ImageNameMap.hpp +++ b/src/rbd_replay/ImageNameMap.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/PendingIO.hpp b/src/rbd_replay/PendingIO.hpp index a5d41d73593b1..2504d9fa8e9bd 100644 --- a/src/rbd_replay/PendingIO.hpp +++ b/src/rbd_replay/PendingIO.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/Replayer.hpp b/src/rbd_replay/Replayer.hpp index d42a7d0bbd9ef..6c5f735a689b4 100644 --- a/src/rbd_replay/Replayer.hpp +++ b/src/rbd_replay/Replayer.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/actions.hpp b/src/rbd_replay/actions.hpp index e95009b7dbd76..aab22ea5203be 100644 --- a/src/rbd_replay/actions.hpp +++ b/src/rbd_replay/actions.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/ios.hpp b/src/rbd_replay/ios.hpp index b824461b98160..c1f6a941300af 100644 --- a/src/rbd_replay/ios.hpp +++ b/src/rbd_replay/ios.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/rbd_loc.hpp b/src/rbd_replay/rbd_loc.hpp index 9cf1d0b43aa31..0d138d90b2682 100644 --- a/src/rbd_replay/rbd_loc.hpp +++ b/src/rbd_replay/rbd_loc.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/rbd_replay_debug.hpp b/src/rbd_replay/rbd_replay_debug.hpp index 1e373136a5402..ac965ec34c155 100644 --- a/src/rbd_replay/rbd_replay_debug.hpp +++ b/src/rbd_replay/rbd_replay_debug.hpp @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rgw/driver/posix/bucket_cache.cpp b/src/rgw/driver/posix/bucket_cache.cpp index f9b0817b1a375..2897a6fb751d7 100644 --- a/src/rgw/driver/posix/bucket_cache.cpp +++ b/src/rgw/driver/posix/bucket_cache.cpp @@ -1,4 +1,5 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab ft=cpp + #include "bucket_cache.h" diff --git a/src/rgw/rgw_iam_policy_keywords.gperf b/src/rgw/rgw_iam_policy_keywords.gperf index 6151d921a4c03..e8480aa05e81a 100644 --- a/src/rgw/rgw_iam_policy_keywords.gperf +++ b/src/rgw/rgw_iam_policy_keywords.gperf @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + %language=C++ %compare-strncmp %define class-name keyword_hash diff --git a/src/test/pybind/test_ceph_argparse.py b/src/test/pybind/test_ceph_argparse.py index 14b61997f641d..c5af9228f5745 100755 --- a/src/test/pybind/test_ceph_argparse.py +++ b/src/test/pybind/test_ceph_argparse.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 # -*- mode:python; tab-width:4; indent-tabs-mode:nil; coding:utf-8 -*- # vim: ts=4 sw=4 expandtab fileencoding=utf-8 + # # Ceph - scalable distributed file system # diff --git a/src/test/pybind/test_ceph_daemon.py b/src/test/pybind/test_ceph_daemon.py index 67eeb0def8c1f..1a515bc028234 100755 --- a/src/test/pybind/test_ceph_daemon.py +++ b/src/test/pybind/test_ceph_daemon.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 # -*- mode:python; tab-width:4; indent-tabs-mode:nil -*- # vim: ts=4 sw=4 expandtab + # """ Copyright (C) 2015 Red Hat diff --git a/src/tools/scratchtool.c b/src/tools/scratchtool.c index 1613bc7494dc3..7c90368d3265a 100644 --- a/src/tools/scratchtool.c +++ b/src/tools/scratchtool.c @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * -- 2.39.5