From 53314aade1371a120116a5308667ee178d4699ee Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 22 Feb 2021 15:03:37 +0000 Subject: [PATCH] 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 --- library/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Makefile b/library/Makefile index 419291acf..13b0b2934 100644 --- a/library/Makefile +++ b/library/Makefile @@ -104,8 +104,8 @@ OBJS_CRYPTO= \ 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 \