X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Ftexsourc%2Fyandytex.h;h=bd86d13d5a0430bb55126f9ac8772ef961cb4230;hb=7bee8d27c7950ec05e4c701b1de61dd4232eb1ca;hp=e09157a1e7ade3fe83c63964beabf44f8a4ab826;hpb=a4c573fbc9397001da162c9b33dbd8cde0ec1588;p=putex%2Fputex.git diff --git a/src/texsourc/yandytex.h b/src/texsourc/yandytex.h index e09157a..bd86d13 100644 --- a/src/texsourc/yandytex.h +++ b/src/texsourc/yandytex.h @@ -57,9 +57,9 @@ #include "zlib.h" #include "md5.h" -typedef long long integer; -typedef double glue_ratio; -typedef double real; +typedef long long integer; +typedef double glue_ratio; +typedef double real; typedef FILE * alpha_file; typedef FILE * byte_file; typedef FILE * word_file; @@ -106,8 +106,8 @@ extern boolean open_input (FILE **f, path_constant_type path_index, char *fopen_ extern boolean open_output (FILE **f, char *fopen_mode); extern int check_fclose (FILE * f); -#define show_line(str,flag) fputs(str,stdout) +#define show_line(str, flag) fputs(str, stdout) #define show_char(chr) putc(chr, stdout) extern char log_line[]; -#endif \ No newline at end of file +#endif