From: mpi Date: Mon, 12 Feb 2024 15:11:06 +0000 (+0000) Subject: Trailing spaces X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2f5a13af3b490a3099786e5c68f0786cf1b6794c;p=openbsd Trailing spaces --- diff --git a/usr.sbin/btrace/bt_parse.y b/usr.sbin/btrace/bt_parse.y index b9feb008b8c..075eaa5b7f8 100644 --- a/usr.sbin/btrace/bt_parse.y +++ b/usr.sbin/btrace/bt_parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: bt_parse.y,v 1.58 2024/02/07 19:07:42 mpi Exp $ */ +/* $OpenBSD: bt_parse.y,v 1.59 2024/02/12 15:11:06 mpi Exp $ */ /* * Copyright (c) 2019-2023 Martin Pieuchot @@ -611,7 +611,7 @@ bm_insert(const char *mname, struct bt_arg *mkey, struct bt_arg *mval) { struct bt_arg *ba; - if (mkey->ba_type == B_AT_TUPLE) + if (mkey->ba_type == B_AT_TUPLE) yyerror("tuple cannot be used as map key"); ba = ba_new(bg_get(mname), B_AT_MAP);