Skip to content

Commit

Permalink
Move header guard below copyright banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmumford committed Dec 11, 2014
1 parent a75d435 commit 34ad72e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions db/skiplist.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#ifndef STORAGE_LEVELDB_DB_SKIPLIST_H_
#define STORAGE_LEVELDB_DB_SKIPLIST_H_

// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
//

#ifndef STORAGE_LEVELDB_DB_SKIPLIST_H_
#define STORAGE_LEVELDB_DB_SKIPLIST_H_

// Thread safety
// -------------
//
Expand Down

0 comments on commit 34ad72e

Please sign in to comment.