From 1928a3e12b91432f9f0ccfc00caf375db07de11c Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 10 Jan 2025 01:40:02 -0800 Subject: [PATCH] get rid of trailing space in generated tile.c --- win/share/tilemap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/share/tilemap.c b/win/share/tilemap.c index 4842fc7a8..7ce828abe 100644 --- a/win/share/tilemap.c +++ b/win/share/tilemap.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 tilemap.c $NHDT-Date: 1640987372 2021/12/31 21:49:32 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.64 $ */ +/* NetHack 3.7 tilemap.c $NHDT-Date: 1736530790 2025/01/10 09:39:50 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.86 $ */ /* Copyright (c) 2016 by Michael Allison */ /* NetHack may be freely redistributed. See license for details. */ @@ -1362,7 +1362,7 @@ main(int argc UNUSED, char *argv[] UNUSED) #ifdef ENHANCED_SYMBOLS enhanced = ", 0"; /* replace ", utf8rep" since we're done with that */ #endif - Fprintf(ofp, "const glyph_info nul_glyphinfo = { \n"); + Fprintf(ofp, "const glyph_info nul_glyphinfo = {\n"); Fprintf(ofp, "%sNO_GLYPH, ' ', NO_COLOR,\n", indent); Fprintf(ofp, "%s%s/* glyph_map */\n", indent, indent); Fprintf(ofp, "%s%s{ %s, TILE_UNEXPLORED%s }\n", indent, indent,