Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/tic Whitespace



details:   https://anonhg.NetBSD.org/src/rev/aa3f739ac6db
branches:  trunk
changeset: 850202:aa3f739ac6db
user:      roy <roy%NetBSD.org@localhost>
date:      Sat Mar 28 15:20:30 2020 +0000

description:
Whitespace

diffstat:

 usr.bin/tic/tic.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 28284716ffe5 -r aa3f739ac6db usr.bin/tic/tic.c
--- a/usr.bin/tic/tic.c Sat Mar 28 15:19:56 2020 +0000
+++ b/usr.bin/tic/tic.c Sat Mar 28 15:20:30 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tic.c,v 1.35 2020/03/28 15:19:56 roy Exp $ */
+/* $NetBSD: tic.c,v 1.36 2020/03/28 15:20:30 roy Exp $ */
 
 /*
  * Copyright (c) 2009, 2010, 2020 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: tic.c,v 1.35 2020/03/28 15:19:56 roy Exp $");
+__RCSID("$NetBSD: tic.c,v 1.36 2020/03/28 15:20:30 roy Exp $");
 
 #include <sys/types.h>
 #include <sys/queue.h>
@@ -279,7 +279,6 @@
                        if (!_ti_encode_buf_id_count_str(&rtic->strs, ind, cap,
                            len))
                                err(1, "encode str");
-                               
                }
                cap += len;
        }



Home | Main Index | Thread Index | Old Index