Skip to content

Commit 34ad72e

Browse files
committed
Move header guard below copyright banner.
1 parent a75d435 commit 34ad72e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

db/skiplist.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#ifndef STORAGE_LEVELDB_DB_SKIPLIST_H_
2-
#define STORAGE_LEVELDB_DB_SKIPLIST_H_
3-
41
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
52
// Use of this source code is governed by a BSD-style license that can be
63
// found in the LICENSE file. See the AUTHORS file for names of contributors.
7-
//
4+
5+
#ifndef STORAGE_LEVELDB_DB_SKIPLIST_H_
6+
#define STORAGE_LEVELDB_DB_SKIPLIST_H_
7+
88
// Thread safety
99
// -------------
1010
//

0 commit comments

Comments
 (0)