From b5d69b7c22ee4c44b8bb99cfa0466ffaf3b5fab9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 7 Jun 2020 16:57:08 -0400 Subject: pgindent run prior to branching v13. pgperltidy and reformat-dat-files too, though those didn't find anything to change. --- src/backend/jit/llvm/llvmjit_expr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/jit/llvm/llvmjit_expr.c') diff --git a/src/backend/jit/llvm/llvmjit_expr.c b/src/backend/jit/llvm/llvmjit_expr.c index 4d8836cfb3f..cca5c117a0e 100644 --- a/src/backend/jit/llvm/llvmjit_expr.c +++ b/src/backend/jit/llvm/llvmjit_expr.c @@ -2448,8 +2448,8 @@ BuildV1Call(LLVMJitContext *context, LLVMBuilderRef b, *v_fcinfo_isnull = LLVMBuildLoad(b, v_fcinfo_isnullp, ""); /* - * Add lifetime-end annotation, signaling that writes to memory don't - * have to be retained (important for inlining potential). + * Add lifetime-end annotation, signaling that writes to memory don't have + * to be retained (important for inlining potential). */ { LLVMValueRef v_lifetime = create_LifetimeEnd(mod); -- cgit v1.2.3