We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75d435 commit 34ad72eCopy full SHA for 34ad72e
db/skiplist.h
@@ -1,10 +1,10 @@
1
-#ifndef STORAGE_LEVELDB_DB_SKIPLIST_H_
2
-#define STORAGE_LEVELDB_DB_SKIPLIST_H_
3
-
4
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
5
// Use of this source code is governed by a BSD-style license that can be
6
// found in the LICENSE file. See the AUTHORS file for names of contributors.
7
-//
+
+#ifndef STORAGE_LEVELDB_DB_SKIPLIST_H_
+#define STORAGE_LEVELDB_DB_SKIPLIST_H_
8
// Thread safety
9
// -------------
10
//
0 commit comments