From fc37cc4a02ed13d1a73b941a9f80975600fd1b99 Mon Sep 17 00:00:00 2001 From: David Foerster Date: Tue, 10 May 2016 20:20:14 +0200 Subject: Normalize all line terminators --- src/Common/Sources | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/Common/Sources') diff --git a/src/Common/Sources b/src/Common/Sources index 98dbb93e..5e49829f 100644 --- a/src/Common/Sources +++ b/src/Common/Sources @@ -1,17 +1,17 @@ -TARGETNAME=Common -TARGETTYPE=DRIVER_LIBRARY - -INCLUDES = ..;../Crypto - -SOURCES = \ - Cache.c \ - Crc.c \ - Crypto.c \ - EncryptionThreadPool.c \ - Endian.c \ - GfMul.c \ - Pkcs5.c \ - Volumes.c \ - Xts.c \ - Tests.c \ - Wipe.c +TARGETNAME=Common +TARGETTYPE=DRIVER_LIBRARY + +INCLUDES = ..;../Crypto + +SOURCES = \ + Cache.c \ + Crc.c \ + Crypto.c \ + EncryptionThreadPool.c \ + Endian.c \ + GfMul.c \ + Pkcs5.c \ + Volumes.c \ + Xts.c \ + Tests.c \ + Wipe.c -- cgit v1.2.3