From 6d2ab885bed3aae554724213160f0a2827410f13 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 27 Feb 2022 17:29:31 -0800 Subject: [PATCH] Fix clang-format. --- upb/def.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/upb/def.c b/upb/def.c index 4a17c9c4d2..8ae873db4a 100644 --- a/upb/def.c +++ b/upb/def.c @@ -981,9 +981,7 @@ const char* upb_MethodDef_FullName(const upb_MethodDef* m) { return m->full_name; } -int upb_MethodDef_Index(const upb_MethodDef* m) { - return m->index; -} +int upb_MethodDef_Index(const upb_MethodDef* m) { return m->index; } const char* upb_MethodDef_Name(const upb_MethodDef* m) { return shortdefname(m->full_name);