From 29cbe619f0bfeaf898479003a8b883983c6c6608 Mon Sep 17 00:00:00 2001 From: naisila Date: Thu, 14 Nov 2024 16:38:34 +0300 Subject: [PATCH] list_utils.h style error --- src/include/distributed/commands.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/distributed/commands.h b/src/include/distributed/commands.h index ec2cb8a57..32bb38100 100644 --- a/src/include/distributed/commands.h +++ b/src/include/distributed/commands.h @@ -80,11 +80,11 @@ typedef enum DistOpsOperationType */ typedef struct DistributeObjectOps { - char * (*deparse)(Node *); + char *(*deparse)(Node *); void (*qualify)(Node *); - List * (*preprocess)(Node *, const char *, ProcessUtilityContext); - List * (*postprocess)(Node *, const char *); - List * (*address)(Node *, bool, bool); + List *(*preprocess)(Node *, const char *, ProcessUtilityContext); + List *(*postprocess)(Node *, const char *); + List *(*address)(Node *, bool, bool); bool markDistributed; /* fields used by common implementations, omitted for specialized implementations */