Adjust spacing for MPS reader entries in library/Makefile

Existing entries use combination of tabs and spaces, for whatever reason.

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
diff --git a/library/Makefile b/library/Makefile
index 419291a..13b0b29 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -104,8 +104,8 @@
 	     md4.o \
 	     md5.o \
 	     memory_buffer_alloc.o \
-             mps_reader.o \
-             mps_trace.o \
+	     mps_reader.o \
+	     mps_trace.o \
 	     nist_kw.o \
 	     oid.o \
 	     padlock.o \