From 19c529f311699a37195c41398c64fdaa08402688 Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Mon, 8 Feb 2016 12:49:25 -0700 Subject: [PATCH] Omit most of copy_options from formatting Only a small portion is Citus style. --- src/bin/csql/copy_options.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/csql/copy_options.c b/src/bin/csql/copy_options.c index da5dd5826..7c6542a98 100644 --- a/src/bin/csql/copy_options.c +++ b/src/bin/csql/copy_options.c @@ -16,6 +16,7 @@ #include "stringutils.h" +/* *INDENT-OFF* */ void free_copy_options(copy_options * ptr) { @@ -224,8 +225,10 @@ error: return NULL; } +/* *INDENT-ON* */ /* Frees copy options. */ + /* * ParseStageOptions takes the given copy options, parses the additional options * needed for the \stage command, and sets them in the copy options structure.