]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/include/rocksdb/wal_filter.h
import 14.2.4 nautilus point release
[ceph.git] / ceph / src / rocksdb / include / rocksdb / wal_filter.h
index b8be77b2325971bb7a1b7ff80540677232aa5ec4..e25746dba4f2b9767b544bbfbcc75fcd2bb8927a 100644 (file)
@@ -5,8 +5,8 @@
 
 #pragma once
 
-#include <string>
 #include <map>
+#include <string>
 
 namespace rocksdb {
 
@@ -34,7 +34,7 @@ class WalFilter {
   virtual ~WalFilter() {}
 
   // Provide ColumnFamily->LogNumber map to filter
-  // so that filter can determine whether a log number applies to a given 
+  // so that filter can determine whether a log number applies to a given
   // column family (i.e. that log hasn't been flushed to SST already for the
   // column family).
   // We also pass in name->id map as only name is known during
@@ -83,8 +83,8 @@ class WalFilter {
     return LogRecord(batch, new_batch, batch_changed);
   }
 
-  // Please see the comments for LogRecord above. This function is for 
-  // compatibility only and contains a subset of parameters. 
+  // Please see the comments for LogRecord above. This function is for
+  // compatibility only and contains a subset of parameters.
   // New code should use the function above.
   virtual WalProcessingOption LogRecord(const WriteBatch& /*batch*/,
                                         WriteBatch* /*new_batch*/,