summaryrefslogtreecommitdiff
path: root/src/shared/bus-util.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-10-20 03:00:46 +0900
committerLennart Poettering <lennart@poettering.net>2018-10-19 22:19:12 +0200
commit14cb109d4594ff89e8d5449a89c38e4b0d78afd8 (patch)
tree39d18b57229b9766134077240307b7efa588904f /src/shared/bus-util.c
parent347a19343c7975fc4c2d627150fce4b4e75f91ac (diff)
downloadsystemd-14cb109d4594ff89e8d5449a89c38e4b0d78afd8.tar.gz
systemd-14cb109d4594ff89e8d5449a89c38e4b0d78afd8.tar.bz2
systemd-14cb109d4594ff89e8d5449a89c38e4b0d78afd8.zip
tree-wide: replace 'unsigned int' with 'unsigned'
Diffstat (limited to 'src/shared/bus-util.c')
-rw-r--r--src/shared/bus-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c
index 808df9b154..4667d3bc52 100644
--- a/src/shared/bus-util.c
+++ b/src/shared/bus-util.c
@@ -897,7 +897,7 @@ static int bus_print_property(const char *name, const char *expected_value, sd_b
return r;
if (all || n > 0) {
- unsigned int i;
+ unsigned i;
if (!value)
printf("%s=", name);
@@ -919,7 +919,7 @@ static int bus_print_property(const char *name, const char *expected_value, sd_b
return r;
if (all || n > 0) {
- unsigned int i;
+ unsigned i;
if (!value)
printf("%s=", name);