summaryrefslogtreecommitdiff
path: root/src/errors.h
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2008-12-30 21:25:13 -0800
committerShawn O. Pearce <spearce@spearce.org>2008-12-30 21:52:07 -0800
commitb3039beea6d0637e131b24e8b6d61005cc1f6515 (patch)
tree838bceb4b87e6a65042f955c90fdc809b34ba3ba /src/errors.h
parent213e720ca80207fe1bb48ad95e2c422e17281a9a (diff)
downloadlibgit2-b3039beea6d0637e131b24e8b6d61005cc1f6515.tar.gz
Cleanup formatting in our head files to be more consistent
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h
index 1137d90e6..caebc63b3 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -1,5 +1,6 @@
#ifndef INCLUDE_errors_h__
#define INCLUDE_errors_h__
+
#include "git/errors.h"
#include <stdlib.h>
@@ -15,4 +16,5 @@ GIT_INLINE(void) *git_ptr_error(int code)
git_errno = code;
return NULL;
}
+
#endif