From cee1addcb0cecc4b2f62c37d7ddc2656a7d2dc31 Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Mon, 27 Jul 2015 19:51:45 +0200 Subject: [PATCH] Fix a comment indentation. --- alias.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alias.c b/alias.c index a7293b2..c1e7f0a 100644 --- a/alias.c +++ b/alias.c @@ -786,9 +786,9 @@ static const char *Alias_MatchRegex(struct AliasItemStruct *alias,const char *na sub=str[++i]-'0'; if (sub>=1 && sub<=nmatches) { /* - * ovector[sub] is the start position of the match. - * ovector[sub+1] is the end position of the match. - */ + * ovector[sub] is the start position of the match. + * ovector[sub+1] is the end position of the match. + */ sub<<=1; if (repl_idx+ovector[sub+1]-ovector[sub]>=sizeof(Replacement)-1) break; memcpy(Replacement+repl_idx,name+ovector[sub],ovector[sub+1]-ovector[sub]); -- 2.47.3