Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makemandb KNF



details:   https://anonhg.NetBSD.org/src/rev/d2857b268320
branches:  trunk
changeset: 779210:d2857b268320
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu May 10 15:36:09 2012 +0000

description:
KNF

diffstat:

 usr.sbin/makemandb/apropos-utils.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 6610297bcdcd -r d2857b268320 usr.sbin/makemandb/apropos-utils.c
--- a/usr.sbin/makemandb/apropos-utils.c        Thu May 10 12:35:53 2012 +0000
+++ b/usr.sbin/makemandb/apropos-utils.c        Thu May 10 15:36:09 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: apropos-utils.c,v 1.5 2012/05/07 11:18:16 wiz Exp $    */
+/*     $NetBSD: apropos-utils.c,v 1.6 2012/05/10 15:36:09 joerg Exp $  */
 /*-
  * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>
  * All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: apropos-utils.c,v 1.5 2012/05/07 11:18:16 wiz Exp $");
+__RCSID("$NetBSD: apropos-utils.c,v 1.6 2012/05/10 15:36:09 joerg Exp $");
 
 #include <sys/stat.h>
 
@@ -756,7 +756,8 @@
  *  For this purpose it first calls it's own callback function callback_pager
  *  which then delegates the call to the user supplied callback.
  */
-int run_query_pager(sqlite3 *db, query_args *args)
+int
+run_query_pager(sqlite3 *db, query_args *args)
 {
        struct orig_callback_data orig_data;
        orig_data.callback = args->callback;



Home | Main Index | Thread Index | Old Index