Skip to content

Commit

Permalink
Merge branch 'jk/common-main'
Browse files Browse the repository at this point in the history
A trivial clean-up to a recently graduated topic.

* jk/common-main:
  git-compat-util: move content inside ifdef/endif guards
  • Loading branch information
gitster committed Oct 31, 2016
2 parents 9fa1f90 + 5c238e2 commit b817198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-compat-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,6 @@ struct tm *git_gmtime_r(const time_t *, struct tm *);
#define getc_unlocked(fh) getc(fh)
#endif

#endif

extern int cmd_main(int, const char **);

#endif

0 comments on commit b817198

Please sign in to comment.