[Cryptech-Commits] [core/cipher/aes] branch master updated: spaces/tabs. Grrr.

git at cryptech.is git at cryptech.is
Fri Feb 8 09:28:49 UTC 2019


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository core/cipher/aes.

The following commit(s) were added to refs/heads/master by this push:
     new a86d494  spaces/tabs. Grrr.
a86d494 is described below

commit a86d49407d86cde1e782b7e54fc6848f450cba23
Author: Joachim Strömbergson <joachim at assured.se>
AuthorDate: Fri Feb 8 10:28:36 2019 +0100

    spaces/tabs. Grrr.
---
 toolruns/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/toolruns/Makefile b/toolruns/Makefile
index 4771548..21136cf 100755
--- a/toolruns/Makefile
+++ b/toolruns/Makefile
@@ -60,6 +60,7 @@ LINT_FLAGS = +1364-2001ext+ --lint-only  -Wall -Wno-fatal -Wno-DECLFILENAME
 
 all: top.sim core.sim keymem.sim encipher.sim decipher.sim
 
+
 top.sim: $(TB_TOP_SRC) $(TOP_SRC)
 	$(CC) $(CC_FLAGS) -o top.sim $(TB_TOP_SRC) $(TOP_SRC)
 
@@ -100,8 +101,8 @@ sim-top: top.sim
 	./top.sim
 
 
-lint:  $(TOP_SRC)
-        $(LINT) $(LINT_FLAGS) $(TOP_SRC)
+lint:	$(TOP_SRC)
+	$(LINT) $(LINT_FLAGS) $(TOP_SRC)
 
 
 clean:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list