Module Name: src Committed By: skrll Date: Wed Oct 10 19:13:51 UTC 2018
Modified Files: src/sys/arch/arm/include: types.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/include/types.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/arm/include/types.h diff -u src/sys/arch/arm/include/types.h:1.35 src/sys/arch/arm/include/types.h:1.36 --- src/sys/arch/arm/include/types.h:1.35 Thu Jul 12 10:46:42 2018 +++ src/sys/arch/arm/include/types.h Wed Oct 10 19:13:51 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.35 2018/07/12 10:46:42 maxv Exp $ */ +/* $NetBSD: types.h,v 1.36 2018/10/10 19:13:51 skrll Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -43,7 +43,7 @@ typedef struct label_t { /* Used by setj int val[11]; } label_t; #endif - + #if defined(_KERNEL) || defined(_KMEMUSER) || defined(_KERNTYPES) || defined(_STANDALONE) typedef unsigned long paddr_t; typedef unsigned long psize_t;