]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_website.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rgw / rgw_website.h
index fa3c19578fad0359c0c27ac6eb13da2ccfdc298c..bf92011ba6f5626f13ce2e5f49fd01a40d29e91e 100644 (file)
@@ -1,4 +1,4 @@
-// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- 
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab ft=cpp
 
 /*
@@ -9,13 +9,12 @@
  *
  * This is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software 
+ * License version 2.1, as published by the Free Software
  * Foundation.  See file COPYING.
- * 
+ *
  */
 
-#ifndef RGW_WEBSITE_H
-#define RGW_WEBSITE_H
+#pragma once
 
 #include <list>
 #include <string>
@@ -242,5 +241,3 @@ struct RGWBucketWebsiteConf
   }
 };
 WRITE_CLASS_ENCODER(RGWBucketWebsiteConf)
-
-#endif