summaryrefslogtreecommitdiff
path: root/src/git/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/git/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/git/errors.h')
-rw-r--r--src/git/errors.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/git/errors.h b/src/git/errors.h
index d0a0d6308..18eb2b8ad 100644
--- a/src/git/errors.h
+++ b/src/git/errors.h
@@ -1,14 +1,15 @@
#ifndef INCLUDE_git_errors_h__
#define INCLUDE_git_errors_h__
+
+#include "common.h"
+#include "thread-utils.h"
+
/**
* @file git/errors.h
* @brief Git error handling routines and variables
* @ingroup Git
* @{
*/
-
-#include "common.h"
-#include "thread-utils.h"
GIT_BEGIN_DECL
/** The git errno. */
@@ -20,6 +21,7 @@ GIT_EXTERN(int) GIT_TLS git_errno;
* @return a string explaining the error code
*/
GIT_EXTERN(const char *) git_strerror(int num);
+
/** @} */
GIT_END_DECL
#endif