diff options
Diffstat (limited to 'src/common/debug.h')
-rw-r--r-- | src/common/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/debug.h b/src/common/debug.h index 792b379a1fe..8bb31251a4b 100644 --- a/src/common/debug.h +++ b/src/common/debug.h @@ -1,8 +1,8 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab -#ifndef __CEPH_DEBUG_H -#define __CEPH_DEBUG_H +#ifndef CEPH_DEBUG_H +#define CEPH_DEBUG_H #include "include/assert.h" #include "Mutex.h" |