summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-25 04:04:14 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-25 04:04:14 +0200
commit3e310a1ab139130d2e759a16f69ca18d60a8e6f6 (patch)
tree8ff362f5b5699ef6ebca8405ce8912b5dc9cd595
parentcae368dde8571a165dfba201e6ec0b5c182e66a4 (diff)
downloadcryptodev-linux-userspace.tar.gz
cryptodev-linux-userspace.tar.xz
cryptodev-linux-userspace.zip
Add missing newlineuserspace
... which simplifies merging
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 33a67bc..8d985e6 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -38,4 +38,4 @@ check: $(progs)
./speed
clean:
- rm -f *.o *~ $(progs) \ No newline at end of file
+ rm -f *.o *~ $(progs)