Source-Changes-HG archive

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

[src/trunk]: src/include White space



details:   https://anonhg.NetBSD.org/src/rev/d8646083b176
branches:  trunk
changeset: 786150:d8646083b176
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Apr 17 09:07:32 2013 +0000

description:
White space

diffstat:

 include/stdio.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d5059c478a46 -r d8646083b176 include/stdio.h
--- a/include/stdio.h   Wed Apr 17 08:55:12 2013 +0000
+++ b/include/stdio.h   Wed Apr 17 09:07:32 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stdio.h,v 1.82 2012/04/18 19:30:15 christos Exp $      */
+/*     $NetBSD: stdio.h,v 1.83 2013/04/17 09:07:32 joerg Exp $ */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -228,7 +228,7 @@
 int     fgetc(FILE *);
 char   *fgets(char * __restrict, int, FILE * __restrict);
 FILE   *fopen(const char * __restrict , const char * __restrict);
-int     fprintf(FILE * __restrict , const char * __restrict, ...)
+int     fprintf(FILE * __restrict, const char * __restrict, ...)
                __printflike(2, 3);
 int     fputc(int, FILE *);
 int     fputs(const char * __restrict, FILE * __restrict);



Home | Main Index | Thread Index | Old Index