[PATCH] lib: fix whitespace, drop blank lines at EOF
Sascha Hauer
s.hauer at pengutronix.de
Mon Jan 6 03:24:37 EST 2014
On Thu, Dec 26, 2013 at 08:24:09AM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
Applied, thanks
Sascha
> ---
> include/notifier.h | 1 -
> lib/Makefile | 2 +-
> lib/copy_file.c | 1 -
> lib/kfifo.c | 1 -
> lib/notifier.c | 1 -
> lib/process_escape_sequence.c | 1 -
> lib/show_progress.c | 1 -
> 7 files changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/include/notifier.h b/include/notifier.h
> index c83e28b..e0df3e6 100644
> --- a/include/notifier.h
> +++ b/include/notifier.h
> @@ -35,4 +35,3 @@ int clock_notifier_call_chain(void);
> };
>
> #endif /* __NOTIFIER_H */
> -
> diff --git a/lib/Makefile b/lib/Makefile
> index e1db99b..e8769a9 100644
> --- a/lib/Makefile
> +++ b/lib/Makefile
> @@ -9,7 +9,7 @@ obj-y += misc.o
> obj-$(CONFIG_PARAMETER) += parameter.o
> obj-y += xfuncs.o
> obj-y += getopt.o
> -obj-y += readkey.o
> +obj-y += readkey.o
> obj-y += kfifo.o
> obj-y += libbb.o
> obj-y += libgen.o
> diff --git a/lib/copy_file.c b/lib/copy_file.c
> index 778cc00..fdd0cac 100644
> --- a/lib/copy_file.c
> +++ b/lib/copy_file.c
> @@ -84,4 +84,3 @@ out:
>
> return ret;
> }
> -
> diff --git a/lib/kfifo.c b/lib/kfifo.c
> index afd3894..307dae1 100644
> --- a/lib/kfifo.c
> +++ b/lib/kfifo.c
> @@ -153,4 +153,3 @@ unsigned int kfifo_getc(struct kfifo *fifo, unsigned char *c)
>
> return 0;
> }
> -
> diff --git a/lib/notifier.c b/lib/notifier.c
> index a2aac53..9eb734e 100644
> --- a/lib/notifier.c
> +++ b/lib/notifier.c
> @@ -56,4 +56,3 @@ int clock_notifier_call_chain(void)
> {
> return notifier_call_chain(&clock_notifier_list, 0, NULL);
> }
> -
> diff --git a/lib/process_escape_sequence.c b/lib/process_escape_sequence.c
> index 47a7e5c..1bfd070 100644
> --- a/lib/process_escape_sequence.c
> +++ b/lib/process_escape_sequence.c
> @@ -80,4 +80,3 @@ int process_escape_sequence(const char *source, char *dest, int destlen)
> dest[i] = 0;
> return 0;
> }
> -
> diff --git a/lib/show_progress.c b/lib/show_progress.c
> index 98dc849..f9aa1a9 100644
> --- a/lib/show_progress.c
> +++ b/lib/show_progress.c
> @@ -62,4 +62,3 @@ void init_progression_bar(int max)
> else
> printf("\t");
> }
> -
> --
> 1.8.5.2
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list