mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
14 lines
196 B
Plaintext
14 lines
196 B
Plaintext
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
@@
|
|
position p : script:python() { p[0].file != "src/journal/lookup3.c" };
|
|
expression e,e1;
|
|
@@
|
|
- if (e) {
|
|
+ if (e)
|
|
(
|
|
e1@p;
|
|
|
|
|
return e1@p;
|
|
)
|
|
- }
|