]> granicus.if.org Git - nethack/commitdiff
trailing blank removal
authornhmall <nhmall@nethack.org>
Sat, 7 May 2022 14:40:21 +0000 (10:40 -0400)
committernhmall <nhmall@nethack.org>
Sat, 7 May 2022 14:40:21 +0000 (10:40 -0400)
src/allmain.c
src/display.c
src/symbols.c

index b379c51cda0158c6d5f455267ce852ed36d30ca1..e59c372b87af0542c3d1674ae05367af72d513ff 100644 (file)
@@ -830,7 +830,7 @@ static const struct early_opt earlyopts[] = {
 #ifndef NODUMPENUMS
     {ARG_DUMPENUMS, "dumpenums", 9, FALSE},
 #ifdef ENHANCED_SYMBOLS
-    {ARG_DUMPGLYPHIDS, "dumpglyphids", 12, FALSE}, 
+    {ARG_DUMPGLYPHIDS, "dumpglyphids", 12, FALSE},
 #endif
 #endif /* NODUMPENUMS */
 #ifdef WIN32
index efe4bf5836a84f9e3a24b74abc2f412bcd2b9c22..2978e3fc4d94896e7048cc37b3648618a9bf094d 100644 (file)
@@ -1363,7 +1363,7 @@ see_traps(void)
     }
 }
 
-/*  glyph, ttychar, { glyphflags, { sym.color, sym.symidx }, 
+/*  glyph, ttychar, { glyphflags, { sym.color, sym.symidx },
                       tileidx, u } */
 static glyph_info no_ginfo = {
     NO_GLYPH, ' ', { MG_BADXY, { NO_COLOR, 0 }, 0
index f270f055e1907e025b1def2dc608420a77b682bf..ebc4a5d73a14dff77f7497fe286d71d532085c52 100644 (file)
@@ -1064,7 +1064,7 @@ find_display_sym_customization(const char *customization_name,
 {
     struct symset_customization *gdc = &g.sym_customizations[which_set];
     struct customization_detail *symdetails;
-    if ((gdc->custtype == custom_symbols) 
+    if ((gdc->custtype == custom_symbols)
         && (strcmp(customization_name, gdc->customization_name) == 0)) {
         symdetails = gdc->details;
         while (symdetails) {