summaryrefslogtreecommitdiff
path: root/src/errors.h
diff options
context:
space:
mode:
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