Source-Changes-HG archive

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

[src/trunk]: src/lib/libp2k nuke leading whitespace



details:   https://anonhg.NetBSD.org/src/rev/030486b2d313
branches:  trunk
changeset: 749204:030486b2d313
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Nov 21 12:16:19 2009 +0000

description:
nuke leading whitespace

diffstat:

 lib/libp2k/p2k.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 46f40f8ae1c8 -r 030486b2d313 lib/libp2k/p2k.h
--- a/lib/libp2k/p2k.h  Sat Nov 21 12:15:55 2009 +0000
+++ b/lib/libp2k/p2k.h  Sat Nov 21 12:16:19 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: p2k.h,v 1.5 2009/10/18 19:36:41 pooka Exp $    */
+/*     $NetBSD: p2k.h,v 1.6 2009/11/21 12:16:19 pooka Exp $    */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -44,7 +44,7 @@
 struct p2k_mount *p2k_init(uint32_t);
 void           p2k_cancel(struct p2k_mount *, int);
 
- int           p2k_setup_fs(struct p2k_mount *, const char *,
+int            p2k_setup_fs(struct p2k_mount *, const char *,
                             const char *, const char *, int, void *, size_t);
 int            p2k_setup_diskfs(struct p2k_mount *, const char *, const char *,
                                 int, const char *, int, void *, size_t);



Home | Main Index | Thread Index | Old Index