From: Jesse F. Williamson Date: Mon, 3 Feb 2025 22:36:14 +0000 (-0800) Subject: Fixup for emacs/vim modes, moved to top of file. X-Git-Tag: v20.0.0~242^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7d99290092b1134c9319be3c48d496d268c5dcba;p=ceph.git Fixup for emacs/vim modes, moved to top of file. Signed-off-by: Jesse F. Williamson --- 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