]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic/user-util: attach pointer symbol to return type, not function
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 23 May 2023 11:46:59 +0000 (13:46 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 30 May 2023 14:03:32 +0000 (16:03 +0200)
commit78435d620ca7c2e7e982b2cc9e0aa02242ebd8df
tree7fb870b1cafcc9a407f554e0733d7223fb8e4118
parent600bf76c178a2960d6470af2c6a8c598fabd5fd9
basic/user-util: attach pointer symbol to return type, not function

Surrounding code was predominantly using this style already, let's make things
consistent.
src/basic/user-util.c
src/basic/user-util.h