diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
| commit | 1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch) | |
| tree | 8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/optimizer/geqo_copy.h | |
| parent | 8fecd4febf8357f3cc20383ed29ced484877d5ac (diff) | |
| download | postgresql-1ccd423235a48739d6f7a4d7889705b5f9ecc69b.tar.gz | |
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/include/optimizer/geqo_copy.h')
| -rw-r--r-- | src/include/optimizer/geqo_copy.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/optimizer/geqo_copy.h b/src/include/optimizer/geqo_copy.h index fcc6179168..5e1d2f931e 100644 --- a/src/include/optimizer/geqo_copy.h +++ b/src/include/optimizer/geqo_copy.h @@ -1,27 +1,27 @@ /*------------------------------------------------------------------------- * * geqo_copy.h-- - * prototypes for copy functions in optimizer/geqo + * prototypes for copy functions in optimizer/geqo * * Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_copy.h,v 1.1 1997/02/19 12:58:32 scrappy Exp $ + * $Id: geqo_copy.h,v 1.2 1997/09/07 04:58:58 momjian Exp $ * *------------------------------------------------------------------------- */ /* contributed by: =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= - * Martin Utesch * Institute of Automatic Control * - = = University of Mining and Technology = - * utesch@aut.tu-freiberg.de * Freiberg, Germany * + * Martin Utesch * Institute of Automatic Control * + = = University of Mining and Technology = + * utesch@aut.tu-freiberg.de * Freiberg, Germany * =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */ -#ifndef GEQO_COPY_H -#define GEQO_COPY_H +#ifndef GEQO_COPY_H +#define GEQO_COPY_H -extern void geqo_copy (Chromosome *chromo1, Chromosome *chromo2, int string_length); +extern void geqo_copy(Chromosome * chromo1, Chromosome * chromo2, int string_length); -#endif /* GEQO_COPY_H */ +#endif /* GEQO_COPY_H */ |
