mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH] lib: fix whitespace, drop blank lines at EOF
Date: Thu, 26 Dec 2013 08:24:09 +0400	[thread overview]
Message-ID: <1388031849-21383-1-git-send-email-antonynpavlov@gmail.com> (raw)

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2013-12-26  4:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-26  4:24 Antony Pavlov [this message]
2014-01-06  8:24 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1388031849-21383-1-git-send-email-antonynpavlov@gmail.com \
    --to=antonynpavlov@gmail.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox