Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses Fix indentation.



details:   https://anonhg.NetBSD.org/src/rev/17b4c507b175
branches:  trunk
changeset: 445435:17b4c507b175
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Oct 29 01:27:39 2018 +0000

description:
Fix indentation.

diffstat:

 lib/libcurses/attributes.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 76b89d67c145 -r 17b4c507b175 lib/libcurses/attributes.c
--- a/lib/libcurses/attributes.c        Mon Oct 29 01:19:54 2018 +0000
+++ b/lib/libcurses/attributes.c        Mon Oct 29 01:27:39 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: attributes.c,v 1.23 2017/01/10 21:56:50 roy Exp $      */
+/*     $NetBSD: attributes.c,v 1.24 2018/10/29 01:27:39 uwe Exp $      */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: attributes.c,v 1.23 2017/01/10 21:56:50 roy Exp $");
+__RCSID("$NetBSD: attributes.c,v 1.24 2018/10/29 01:27:39 uwe Exp $");
 #endif                         /* not lint */
 
 #include "curses.h"
@@ -245,7 +245,7 @@
                        win->wattr &= ~WA_RIGHT;
                if (attr & WA_HORIZONTAL)
                        win->wattr &= ~WA_HORIZONTAL;
-       if (attr & WA_VERTICAL)
+               if (attr & WA_VERTICAL)
                        win->wattr &= ~WA_VERTICAL;
 #endif /* HAVE_WCHAR */
        }



Home | Main Index | Thread Index | Old Index