From 3a6e782d457485eebca58bd821d1523d0485f45d Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Wed, 31 Oct 2018 16:35:54 +0000 Subject: [PATCH] Add Mode: C line on request from mejja. (Not keen to otherwise reformat this code from an upstream, though.) --- src/microcode/chacha.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/microcode/chacha.i b/src/microcode/chacha.i index 765fc6e47..7ef9511ab 100644 --- a/src/microcode/chacha.i +++ b/src/microcode/chacha.i @@ -1,3 +1,5 @@ +/* -*- Mode: C -*- */ + /*- * Copyright (c) 2014 The NetBSD Foundation, Inc. * All rights reserved. -- 2.25.1