diff options
author | Karel Zak | 2017-09-15 13:25:32 +0200 |
---|---|---|
committer | Karel Zak | 2017-09-15 13:25:32 +0200 |
commit | 9f20d800799fb1b5104cd87f9c3c68c9b159491f (patch) | |
tree | 89509a047aeec9f377359f9ecf419c221705296f /sys-utils | |
parent | logger: make stdin parsing more friendly to static analyzers (diff) | |
download | kernel-qcow2-util-linux-9f20d800799fb1b5104cd87f9c3c68c9b159491f.tar.gz kernel-qcow2-util-linux-9f20d800799fb1b5104cd87f9c3c68c9b159491f.tar.xz kernel-qcow2-util-linux-9f20d800799fb1b5104cd87f9c3c68c9b159491f.zip |
misc: cleanup UUID_STR_LEN definitions
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils')
-rw-r--r-- | sys-utils/swapon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/swapon.c b/sys-utils/swapon.c index 1e7d3c0b5..6bf67a91f 100644 --- a/sys-utils/swapon.c +++ b/sys-utils/swapon.c @@ -68,7 +68,7 @@ #define MAX_PAGESIZE (64 * 1024) #ifndef UUID_STR_LEN -#define UUID_STR_LEN 37 +# define UUID_STR_LEN 37 #endif enum { |