Make macros to prevent double-inclusion in headers consistent.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef __progress_h__
|
||||
#define __progress_h__
|
||||
#ifndef PROGRESS_H
|
||||
#define PROGRESS_H
|
||||
|
||||
struct progress {
|
||||
const char *prefix;
|
||||
|
Reference in New Issue
Block a user