Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libform Save space, kill some ()
details: https://anonhg.NetBSD.org/src/rev/eea4cc30c6c3
branches: trunk
changeset: 765263:eea4cc30c6c3
user: joerg <joerg%NetBSD.org@localhost>
date: Mon May 23 20:43:02 2011 +0000
description:
Save space, kill some ()
diffstat:
lib/libform/internals.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3b20d3678109 -r eea4cc30c6c3 lib/libform/internals.c
--- a/lib/libform/internals.c Mon May 23 18:40:30 2011 +0000
+++ b/lib/libform/internals.c Mon May 23 20:43:02 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: internals.c,v 1.34 2010/05/13 17:52:12 tnozaki Exp $ */
+/* $NetBSD: internals.c,v 1.35 2011/05/23 20:43:02 joerg Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: internals.c,v 1.34 2010/05/13 17:52:12 tnozaki Exp $");
+__RCSID("$NetBSD: internals.c,v 1.35 2011/05/23 20:43:02 joerg Exp $");
#include <limits.h>
#include <ctype.h>
@@ -590,7 +590,7 @@
continue;
}
- if ((row->next == NULL)) {
+ if (row->next == NULL) {
/*
* If there are no more lines and this line
* is too short then our job is over.
Home |
Main Index |
Thread Index |
Old Index