From ac45d97ca8370bd35a959e9b754dbadba731007d Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 30 Mar 2006 08:46:06 +0000 Subject: fill a paragraph in a comment because it's making my scripted parsing difficult git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17798 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/aes/aesopt.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/lib/crypto/aes/aesopt.h b/src/lib/crypto/aes/aesopt.h index 9aa1654da..709c2ed99 100644 --- a/src/lib/crypto/aes/aesopt.h +++ b/src/lib/crypto/aes/aesopt.h @@ -149,11 +149,11 @@ USE OF DEFINES - Later in this section there are a number of defines that control the - operation of the code. In each section, the purpose of each define is - explained so that the relevant form can be included or excluded by - setting either 1's or 0's respectively on the branches of the related - #if clauses. + Later in this section there are a number of defines that control + the operation of the code. In each section, the purpose of each + define is explained so that the relevant form can be included or + excluded by setting either 1's or 0's respectively on the branches + of the related #if clauses. */ /* 1. PLATFORM SPECIFIC INCLUDES */ -- cgit