Source-Changes-HG archive

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

[src/trunk]: src/lib/libterminfo Whitespace



details:   https://anonhg.NetBSD.org/src/rev/79106f61da21
branches:  trunk
changeset: 746322:79106f61da21
user:      roy <roy%NetBSD.org@localhost>
date:      Sat Mar 28 15:23:33 2020 +0000

description:
Whitespace

diffstat:

 lib/libterminfo/term_private.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 05032c4ab1c9 -r 79106f61da21 lib/libterminfo/term_private.h
--- a/lib/libterminfo/term_private.h    Sat Mar 28 15:22:27 2020 +0000
+++ b/lib/libterminfo/term_private.h    Sat Mar 28 15:23:33 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: term_private.h,v 1.14 2020/03/27 17:39:53 christos Exp $ */
+/* $NetBSD: term_private.h,v 1.15 2020/03/28 15:23:33 roy Exp $ */
 
 /*
  * Copyright (c) 2009, 2010, 2013, 2020 The NetBSD Foundation, Inc.
@@ -144,7 +144,7 @@
 #define TIC_EXTRA      (1 << 4)
 #define TIC_COMPAT_V1  (1 << 5)
 
-#define UINT16_T_MAX 0xffff
+#define UINT16_T_MAX   0xffff
 
 typedef struct {
        char *buf;
@@ -193,7 +193,7 @@
        *cap += sizeof(uint16_t);
        return num;
 }
-       
+
 static __inline int
 _ti_decode_32(const char **cap)
 {
@@ -220,7 +220,7 @@
        le16enc(*cap, (uint16_t)num);
        *cap += sizeof(uint16_t);
 }
-       
+
 static __inline void
 _ti_encode_32(char **cap, size_t num)
 {



Home | Main Index | Thread Index | Old Index