]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fixup for emacs/vim modes, moved to top of file. 61633/head
authorJesse F. Williamson <jfw@ibm.com>
Mon, 3 Feb 2025 22:36:14 +0000 (14:36 -0800)
committerJesse F. Williamson <jfw@ibm.com>
Tue, 4 Feb 2025 04:57:25 +0000 (20:57 -0800)
Signed-off-by: Jesse F. Williamson <jfw@ibm.com>
src/rgw/radosgw-admin/orphan.cc
src/rgw/radosgw-admin/radosgw-admin.cc

index 9fca3b99a7c6a111772babedaaf8894ab3da44e3..d5230a79893d2f88e1ad1b7ba83d890f1ec4c954 100644 (file)
@@ -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 <string>
 
index efa0e87d7fc5ef3b2c7f35ab084e4e5c43f691ee..1d3f3448815a31eb65f4e296473362965caa3244 100644 (file)
@@ -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 <cerrno>
 #include <string>
 #include <sstream>