src/c2html.h

changeset 56
81d99e9ceb20
parent 55
bf54085ce341
child 57
eba880c1705c
     1.1 --- a/src/c2html.h	Wed Aug 31 14:41:56 2016 +0200
     1.2 +++ b/src/c2html.h	Wed Aug 31 14:47:01 2016 +0200
     1.3 @@ -28,12 +28,12 @@
     1.4   */
     1.5  
     1.6  #ifndef C2HTML_H
     1.7 -#define	C2HTML_H
     1.8 +#define C2HTML_H
     1.9  
    1.10  #include <stdio.h>
    1.11  #include "highlighter.h"
    1.12  
    1.13 -#ifdef	__cplusplus
    1.14 +#ifdef __cplusplus
    1.15  extern "C" {
    1.16  #endif
    1.17      
    1.18 @@ -138,9 +138,9 @@
    1.19  void c2html_fformat_file(FILE *inputfile, char *ibuf, size_t ibuflen,
    1.20          FILE* outputfile, c2html_highlighter_func hltr, int showln);
    1.21  
    1.22 -#ifdef	__cplusplus
    1.23 +#ifdef __cplusplus
    1.24  }
    1.25  #endif
    1.26  
    1.27 -#endif	/* C2HTML_H */
    1.28 +#endif /* C2HTML_H */
    1.29  

mercurial