Remove trailing white spaces on gas
[deliverable/binutils-gdb.git] / gas / sb.c
index f21f46e9d27c27efeb1e918062bbd8ad36b3f661..7710cbc0c89574354a4ce78354d9e8169a59b942 100644 (file)
--- a/gas/sb.c
+++ b/gas/sb.c
@@ -113,7 +113,7 @@ sb_scrub_and_add_sb (sb *ptr, sb *s)
 {
   sb_to_scrub = s;
   scrub_position = s->ptr;
-  
+
   sb_check (ptr, s->len);
   ptr->len += do_scrub_chars (scrub_from_sb, ptr->ptr + ptr->len, s->len);
 
This page took 0.025525 seconds and 4 git commands to generate.