From: Yu Watanabe Date: Sat, 26 Apr 2025 00:32:18 +0000 (+0900) Subject: format-table: add _TABLE_ERSATZ_INVALID to follow our usual coding style X-Git-Tag: v258-rc1~734^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f96867edde08b0b04c0e74dcfe413eb974ebd9a1;p=thirdparty%2Fsystemd.git format-table: add _TABLE_ERSATZ_INVALID to follow our usual coding style Closes CID#1609497. --- diff --git a/src/shared/format-table.h b/src/shared/format-table.h index cc62b553a7f..1a4cd56f4d3 100644 --- a/src/shared/format-table.h +++ b/src/shared/format-table.h @@ -86,6 +86,7 @@ typedef enum TableErsatz { TABLE_ERSATZ_UNSET, TABLE_ERSATZ_NA, _TABLE_ERSATZ_MAX, + _TABLE_ERSATZ_INVALID = -EINVAL, } TableErsatz; typedef struct Table Table;