浏览代码

Move header guard below copyright banner.

main
Chris Mumford 10 年前
父节点
当前提交
34ad72e3e9
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      db/skiplist.h

+ 4
- 4
db/skiplist.h 查看文件

@ -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
// -------------
//

正在加载...
取消
保存