]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic/path-util: change 'char *func' to 'char* func'
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 16 Sep 2023 17:16:14 +0000 (19:16 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 18 Sep 2023 12:09:34 +0000 (14:09 +0200)
commit00d811a5482fda1a6c2b9362d047da2dcd1d7418
tree05a3fb01e51b807940200e16fcbb4550c85d51e2
parent8f1998b8d3a5bfe61ee4d6d6aa6bb2efb94074c0
basic/path-util: change 'char *func' to 'char* func'

Both styles were mixed in the file, but I find the latter much nicer,
because it's not the func that is the pointer, but the return type.
src/basic/path-util.c
src/basic/path-util.h