Module Name:    src
Committed By:   skrll
Date:           Thu Jul 23 19:21:23 UTC 2020

Modified Files:
        src/sys/arch/i386/include: byte_swap.h

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/i386/include/byte_swap.h

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

Modified files:

Index: src/sys/arch/i386/include/byte_swap.h
diff -u src/sys/arch/i386/include/byte_swap.h:1.15 src/sys/arch/i386/include/byte_swap.h:1.16
--- src/sys/arch/i386/include/byte_swap.h:1.15	Mon Apr 28 20:23:24 2008
+++ src/sys/arch/i386/include/byte_swap.h	Thu Jul 23 19:21:23 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: byte_swap.h,v 1.15 2008/04/28 20:23:24 martin Exp $	*/
+/*	$NetBSD: byte_swap.h,v 1.16 2020/07/23 19:21:23 skrll Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@ static __inline uint16_t __byte_swap_u16
 static __inline uint16_t
 __byte_swap_u16_variable(uint16_t x)
 {
-	__asm volatile ("rorw $8, %w1" : "=r" (x) : "0" (x)); 
+	__asm volatile ("rorw $8, %w1" : "=r" (x) : "0" (x));
 	return (x);
 }
 

Reply via email to