1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Adjust comments previously moved to column 1 by pgident.

This commit is contained in:
Bruce Momjian
2004-10-07 15:21:58 +00:00
parent 9da50e1f53
commit a5d7ba773d
22 changed files with 45 additions and 47 deletions

View File

@ -48,8 +48,8 @@
/*
* $Revision: 1.3 $
* $Id: dmetaphone.c,v 1.3 2004/08/29 05:06:35 momjian Exp $
* $Revision: 1.4 $
* $Id: dmetaphone.c,v 1.4 2004/10/07 15:21:49 momjian Exp $
*/
@ -950,7 +950,7 @@ DoubleMetaphone(char *str, char **codes)
current += 2;
}
else
/* also takes care of 'HH' */
/* also takes care of 'HH' */
current += 1;
break;