From 7d99290092b1134c9319be3c48d496d268c5dcba Mon Sep 17 00:00:00 2001 From: "Jesse F. Williamson" Date: Mon, 3 Feb 2025 14:36:14 -0800 Subject: [PATCH] Fixup for emacs/vim modes, moved to top of file. Signed-off-by: Jesse F. Williamson --- src/rgw/radosgw-admin/orphan.cc | 5 ++--- src/rgw/radosgw-admin/radosgw-admin.cc | 7 ++++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/rgw/radosgw-admin/orphan.cc b/src/rgw/radosgw-admin/orphan.cc index 9fca3b99a7c6a..d5230a79893d2 100644 --- a/src/rgw/radosgw-admin/orphan.cc +++ b/src/rgw/radosgw-admin/orphan.cc @@ -1,11 +1,10 @@ +// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- +// vim: ts=8 sw=2 smarttab ft=cpp /* * Copyright (C) 2024 IBM */ -// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- -// vim: ts=8 sw=2 smarttab ft=cpp - #include "radosgw-admin/orphan.h" #include diff --git a/src/rgw/radosgw-admin/radosgw-admin.cc b/src/rgw/radosgw-admin/radosgw-admin.cc index efa0e87d7fc5e..1d3f3448815a3 100644 --- a/src/rgw/radosgw-admin/radosgw-admin.cc +++ b/src/rgw/radosgw-admin/radosgw-admin.cc @@ -1,10 +1,11 @@ -/* - * Copyright (C) 2025 IBM -*/ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab ft=cpp +/* + * Copyright (C) 2025 IBM +*/ + #include #include #include -- 2.39.5