chiark / gitweb /
util: allow trailing semicolons on define_trivial_cleanup_func lines
authorLennart Poettering <lennart@poettering.net>
Mon, 14 Oct 2013 02:59:26 +0000 (04:59 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 14 Oct 2013 04:11:19 +0000 (06:11 +0200)
commit14bf2c9d375db6a4670bc0ef0e521e35a939a498
tree704fdf5312e54dc1231eecbadc90df3f15b33096
parent416446221d905b6815175dc4d525d27f8ae43d1b
util: allow trailing semicolons on define_trivial_cleanup_func lines

Emacs C indenting really gets confused by these lines if they carry no
trailing semicolon, hence let's make this nicer for good old emacs. The
other macros which define functions already do this too, so let's copy
the scheme here.

Also, let's use an uppercase name for the macro. So far our rough rule
was that macros that are totally not function-like (like this ones,
which define a function) are uppercase. (Well, admittedly it is a rough
rule only, for example function and variable decorators are all
lower-case SINCE THE CONSTANT YELLING IN THE SOURCES WOULD SUCK, and
also they at least got underscore prefixes.) Also, the macros that
define functions that we already have are all uppercase, so let's do the
same here...
src/gpt-auto-generator/gpt-auto-generator.c
src/journal/journal-internal.h
src/shared/fdset.h
src/shared/set.h
src/shared/strv.h
src/shared/udev-util.h
src/shared/util.h
src/tmpfiles/tmpfiles.c