From 0288c75e922e4cab43f2ab2ee8d4e9ae6bef9650 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:22 -0700 Subject: [PATCH] Run Nindent on com32/include/dev.h Automatically reformat com32/include/dev.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- com32/include/dev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com32/include/dev.h b/com32/include/dev.h index 54198e8..7809fb5 100644 --- a/com32/include/dev.h +++ b/com32/include/dev.h @@ -45,11 +45,11 @@ __extern int opendev(const struct input_dev *, const struct output_dev *, int); /* Common generic devices */ /* Null device */ -extern const struct input_dev dev_null_r; +extern const struct input_dev dev_null_r; extern const struct output_dev dev_null_w; /* Error device */ -extern const struct input_dev dev_error_r; +extern const struct input_dev dev_error_r; extern const struct output_dev dev_error_w; #endif /* _DEV_H */ -- 2.7.4