From ed985c018fe74ee5c1723a3e20083002b77dc3ba Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 24 Jun 2006 19:36:56 +0000 Subject: [PATCH] code formatting. --- lib/silcutil/silcstrutil.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/silcutil/silcstrutil.c b/lib/silcutil/silcstrutil.c index fadd3117..348bdae0 100644 --- a/lib/silcutil/silcstrutil.c +++ b/lib/silcutil/silcstrutil.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2002 - 2005 Pekka Riikonen + Copyright (C) 2002 - 2006 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -232,9 +232,9 @@ unsigned char *silc_identifier_check(const unsigned char *identifier, validity of the string. */ SilcBool silc_identifier_verify(const unsigned char *identifier, - SilcUInt32 identifier_len, - SilcStringEncoding identifier_encoding, - SilcUInt32 max_allowed_length) + SilcUInt32 identifier_len, + SilcStringEncoding identifier_encoding, + SilcUInt32 max_allowed_length) { SilcStringprepStatus status; @@ -289,9 +289,9 @@ unsigned char *silc_channel_name_check(const unsigned char *identifier, validity of the string. */ SilcBool silc_channel_name_verify(const unsigned char *identifier, - SilcUInt32 identifier_len, - SilcStringEncoding identifier_encoding, - SilcUInt32 max_allowed_length) + SilcUInt32 identifier_len, + SilcStringEncoding identifier_encoding, + SilcUInt32 max_allowed_length) { SilcStringprepStatus status; -- 2.24.0