Skip to content

Commit 7d99290

Browse files
committed
Fixup for emacs/vim modes, moved to top of file.
Signed-off-by: Jesse F. Williamson <[email protected]>
1 parent c4d24e8 commit 7d99290

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/rgw/radosgw-admin/orphan.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2+
// vim: ts=8 sw=2 smarttab ft=cpp
13

24
/*
35
* Copyright (C) 2024 IBM
46
*/
57

6-
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
7-
// vim: ts=8 sw=2 smarttab ft=cpp
8-
98
#include "radosgw-admin/orphan.h"
109
#include <string>
1110

src/rgw/radosgw-admin/radosgw-admin.cc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
/*
2-
* Copyright (C) 2025 IBM
3-
*/
41

52
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
63
// vim: ts=8 sw=2 smarttab ft=cpp
74

5+
/*
6+
* Copyright (C) 2025 IBM
7+
*/
8+
89
#include <cerrno>
910
#include <string>
1011
#include <sstream>

0 commit comments

Comments
 (0)