Module Name:    src
Committed By:   bad
Date:           Sat Oct 12 16:17:45 UTC 2024

Modified Files:
        src/usr.sbin/puffs/rump_au-naturel: rump_au-naturel.c

Log Message:
white space police


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/puffs/rump_au-naturel/rump_au-naturel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/puffs/rump_au-naturel/rump_au-naturel.c
diff -u src/usr.sbin/puffs/rump_au-naturel/rump_au-naturel.c:1.1 src/usr.sbin/puffs/rump_au-naturel/rump_au-naturel.c:1.2
--- src/usr.sbin/puffs/rump_au-naturel/rump_au-naturel.c:1.1	Thu Apr 29 22:42:48 2010
+++ src/usr.sbin/puffs/rump_au-naturel/rump_au-naturel.c	Sat Oct 12 16:17:45 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: rump_au-naturel.c,v 1.1 2010/04/29 22:42:48 pooka Exp $	*/
+/*	$NetBSD: rump_au-naturel.c,v 1.2 2024/10/12 16:17:45 bad Exp $	*/
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -57,7 +57,7 @@ main(int argc, char *argv[])
 	setprogname(argv[0]);
 	if (argc != 3)
 		usage();
-		
+
 	rv = p2k_run_fs(MOUNT_RUMPFS, argv[1], argv[2], 0, NULL, 0, 0);
 	if (rv == -1)
 		err(1, "p2k_run_fs");

Reply via email to