diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-10-30 15:43:44 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-30 15:43:44 +0900 |
commit | 0a1006c571fd365d766f97a2e886f543f07bc922 (patch) | |
tree | 9a693765c692d666d0c6db84640bb078bdefb890 /alias.h | |
parent | Merge branch 'jk/test-tool-help' (diff) | |
parent | headers: normalize the spelling of some header guards (diff) | |
download | tgif-0a1006c571fd365d766f97a2e886f543f07bc922.tar.xz |
Merge branch 'rj/header-guards'
Code clean-up.
* rj/header-guards:
headers: normalize the spelling of some header guards
Diffstat (limited to 'alias.h')
-rw-r--r-- | alias.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -#ifndef __ALIAS_H__ -#define __ALIAS_H__ +#ifndef ALIAS_H +#define ALIAS_H struct string_list; |