From b8b74f1267f36d52649fb37d1454eb5d6e097c1c Mon Sep 17 00:00:00 2001 From: jkim Date: Wed, 31 Aug 2016 20:33:59 +0000 Subject: MFC: r304638, r304640 Fix white spaces and prefer C-style comments in assembly sources. --- secure/lib/libcrypto/i386/rc5-586.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/lib/libcrypto/i386/rc5-586.S') diff --git a/secure/lib/libcrypto/i386/rc5-586.S b/secure/lib/libcrypto/i386/rc5-586.S index f97deb8..6ec0d04 100644 --- a/secure/lib/libcrypto/i386/rc5-586.S +++ b/secure/lib/libcrypto/i386/rc5-586.S @@ -1,5 +1,5 @@ -# $FreeBSD$ -# Do not modify. This file is auto-generated from rc5-586.pl. +/* $FreeBSD$ */ +/* Do not modify. This file is auto-generated from rc5-586.pl. */ #ifdef PIC .file "rc5-586.S" .text -- cgit v1.1