commit | e589c3fd93e35c231e88ba99333d86b27811cabf | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Sat Oct 12 17:30:50 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Sat Oct 12 17:30:50 2013 -0700 |
tree | cbaf8d4be21ef2df5a627df14a0d1abc11809c09 | |
parent | 958bf9bd00542ef4573b04c02fc9dff3761695fd [diff] [blame] |
Code style: Replace tab with space.
diff --git a/ndn-cpp/c/util/blob.h b/ndn-cpp/c/util/blob.h index 18bcd03..8d1f784 100644 --- a/ndn-cpp/c/util/blob.h +++ b/ndn-cpp/c/util/blob.h
@@ -5,11 +5,11 @@ */ #ifndef NDN_BLOB_H -#define NDN_BLOB_H +#define NDN_BLOB_H #include <ndn-cpp/c/common.h> -#ifdef __cplusplus +#ifdef __cplusplus extern "C" { #endif @@ -33,7 +33,7 @@ self->length = length; } -#ifdef __cplusplus +#ifdef __cplusplus } #endif