From c48a3b2434e239aa45462a41f2e216fa65b00932 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 2 Jul 2015 10:49:35 +0200 Subject: Removed trailing whitespaces --- firmware/custom_ops.S | 2 +- firmware/firmware.h | 2 +- firmware/irq.c | 2 +- firmware/makehex.py | 2 +- firmware/multest.c | 2 +- firmware/print.c | 2 +- firmware/sieve.c | 2 +- firmware/start.S | 2 +- firmware/stats.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'firmware') diff --git a/firmware/custom_ops.S b/firmware/custom_ops.S index b5ea7ba..d8512f6 100644 --- a/firmware/custom_ops.S +++ b/firmware/custom_ops.S @@ -1,5 +1,5 @@ // This is free and unencumbered software released into the public domain. -// +// // Anyone is free to copy, modify, publish, use, compile, sell, or // distribute this software, either in source code form or as a compiled // binary, for any purpose, commercial or non-commercial, and by any diff --git a/firmware/firmware.h b/firmware/firmware.h index ca797e9..f243f31 100644 --- a/firmware/firmware.h +++ b/firmware/firmware.h @@ -1,5 +1,5 @@ // This is free and unencumbered software released into the public domain. -// +// // Anyone is free to copy, modify, publish, use, compile, sell, or // distribute this software, either in source code form or as a compiled // binary, for any purpose, commercial or non-commercial, and by any diff --git a/firmware/irq.c b/firmware/irq.c index af80764..2d76b1a 100644 --- a/firmware/irq.c +++ b/firmware/irq.c @@ -1,5 +1,5 @@ // This is free and unencumbered software released into the public domain. -// +// // Anyone is free to copy, modify, publish, use, compile, sell, or // distribute this software, either in source code form or as a compiled // binary, for any purpose, commercial or non-commercial, and by any diff --git a/firmware/makehex.py b/firmware/makehex.py index e1acdeb..1735d86 100644 --- a/firmware/makehex.py +++ b/firmware/makehex.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # # This is free and unencumbered software released into the public domain. -# +# # Anyone is free to copy, modify, publish, use, compile, sell, or # distribute this software, either in source code form or as a compiled # binary, for any purpose, commercial or non-commercial, and by any diff --git a/firmware/multest.c b/firmware/multest.c index 6acf1e3..508ed36 100644 --- a/firmware/multest.c +++ b/firmware/multest.c @@ -1,5 +1,5 @@ // This is free and unencumbered software released into the public domain. -// +// // Anyone is free to copy, modify, publish, use, compile, sell, or // distribute this software, either in source code form or as a compiled // binary, for any purpose, commercial or non-commercial, and by any diff --git a/firmware/print.c b/firmware/print.c index b12f5a0..da0dd63 100644 --- a/firmware/print.c +++ b/firmware/print.c @@ -1,5 +1,5 @@ // This is free and unencumbered software released into the public domain. -// +// // Anyone is free to copy, modify, publish, use, compile, sell, or // distribute this software, either in source code form or as a compiled // binary, for any purpose, commercial or non-commercial, and by any diff --git a/firmware/sieve.c b/firmware/sieve.c index 9f7f7a3..73550c8 100644 --- a/firmware/sieve.c +++ b/firmware/sieve.c @@ -1,5 +1,5 @@ // This is free and unencumbered software released into the public domain. -// +// // Anyone is free to copy, modify, publish, use, compile, sell, or // distribute this software, either in source code form or as a compiled // binary, for any purpose, commercial or non-commercial, and by any diff --git a/firmware/start.S b/firmware/start.S index 9e9ad75..34058aa 100644 --- a/firmware/start.S +++ b/firmware/start.S @@ -1,5 +1,5 @@ // This is free and unencumbered software released into the public domain. -// +// // Anyone is free to copy, modify, publish, use, compile, sell, or // distribute this software, either in source code form or as a compiled // binary, for any purpose, commercial or non-commercial, and by any diff --git a/firmware/stats.c b/firmware/stats.c index bb38de5..e0b6f6a 100644 --- a/firmware/stats.c +++ b/firmware/stats.c @@ -1,5 +1,5 @@ // This is free and unencumbered software released into the public domain. -// +// // Anyone is free to copy, modify, publish, use, compile, sell, or // distribute this software, either in source code form or as a compiled // binary, for any purpose, commercial or non-commercial, and by any -- cgit