]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include/xalloc: use multiline function declarations
authorSami Kerola <kerolasa@iki.fi>
Sun, 18 Aug 2019 10:03:44 +0000 (11:03 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Aug 2019 13:00:16 +0000 (15:00 +0200)
commitaba9e76e25887a4f73c37eb13f79b4768943578a
treef2a6631a0af4a417dd0315a961a2b6ff838988c7
parentff9da8efca1ca92f332250197fee9b94feb7a82d
include/xalloc: use multiline function declarations

There are two things happening in this commit.  1) Move each function
attribute to it's own line 2) move function return value after attributes so
that function inputs and outputs are on same line.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
include/xalloc.h