Kill some spurious whitespace
authorSteve Youngs <steve@sxemacs.org>
Thu, 1 Mar 2012 23:18:20 +0000 (09:18 +1000)
committerSteve Youngs <steve@sxemacs.org>
Thu, 1 Mar 2012 23:18:20 +0000 (09:18 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
src/ui/redisplay.c

index cb2ea9a..d6d0157 100644 (file)
@@ -1817,11 +1817,11 @@ static prop_block_dynarr *add_glyph_rune(pos_data * data,
                                data->bi_bufpos = 0;
                        {
                                prop_block_dynarr * tmp = NULL;
-                               tmp = add_bufbyte_string_runes(data, 
+                               tmp = add_bufbyte_string_runes(data,
                                                       XSTRING_DATA(string),
                                                       XSTRING_LENGTH(string),
                                                       0, 1);
-                               if(tmp) 
+                               if(tmp)
                                        Dynarr_free(tmp);
                        }
                        data->findex = orig_findex;