Files
linux/tools/net/sunrpc/xdrgen/templates/C/struct/decoder/close.j2
Chuck Lever 1c873a2fd1 xdrgen: Don't generate unnecessary semicolon
The Jinja2 templates add a semicolon at the end of every function.
The C language does not require this punctuation.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
2025-11-25 09:09:42 -05:00

4 lines
55 B
Django/Jinja

{# SPDX-License-Identifier: GPL-2.0 #}
return true;
}