Module Name:    src
Committed By:   riastradh
Date:           Thu Aug 20 13:58:30 UTC 2020

Modified Files:
        src/tests/fs/nfs: t_rquotad.sh

Log Message:
Nix trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/fs/nfs/t_rquotad.sh

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

Modified files:

Index: src/tests/fs/nfs/t_rquotad.sh
diff -u src/tests/fs/nfs/t_rquotad.sh:1.8 src/tests/fs/nfs/t_rquotad.sh:1.9
--- src/tests/fs/nfs/t_rquotad.sh:1.8	Thu Aug 20 07:32:40 2020
+++ src/tests/fs/nfs/t_rquotad.sh	Thu Aug 20 13:58:30 2020
@@ -1,8 +1,8 @@
-# $NetBSD: t_rquotad.sh,v 1.8 2020/08/20 07:32:40 gson Exp $ 
+# $NetBSD: t_rquotad.sh,v 1.9 2020/08/20 13:58:30 riastradh Exp $
 #
 #  Copyright (c) 2011 Manuel Bouyer
 #  All rights reserved.
-# 
+#
 #  Redistribution and use in source and binary forms, with or without
 #  modification, are permitted provided that the following conditions
 #  are met:
@@ -11,7 +11,7 @@
 #  2. Redistributions in binary form must reproduce the above copyright
 #     notice, this list of conditions and the following disclaimer in the
 #     documentation and/or other materials provided with the distribution.
-# 
+#
 #  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
 #  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 #  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -33,7 +33,7 @@ test_case_rquotad()
 	local name="${1}"; shift
 	local check_function="${1}"; shift
 	local descr="${1}"; shift
-	
+
 	atf_test_case "${name}" cleanup
 
 	eval "${name}_head() { \

Reply via email to