Fix clang-format.

pull/13171/head
Joshua Haberman 3 years ago
parent 4a01577cce
commit 6d2ab885be
  1. 4
      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);

Loading…
Cancel
Save