diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-29 04:00:30 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-29 04:00:30 +0200 |
commit | 8f5dd8c094d15da43731ef7aaf463161d3661282 (patch) | |
tree | a019189e40d14d217fd8dfe6ef9ced0afe5a82e0 /src/libsystemd/sd-netlink | |
parent | tree-wide: drop empty lines in the begining of comments (diff) | |
download | systemd-8f5dd8c094d15da43731ef7aaf463161d3661282.tar.xz systemd-8f5dd8c094d15da43731ef7aaf463161d3661282.zip |
tree-wide: drop empty comments
Diffstat (limited to 'src/libsystemd/sd-netlink')
-rw-r--r-- | src/libsystemd/sd-netlink/local-addresses.h | 2 | ||||
-rw-r--r-- | src/libsystemd/sd-netlink/test-local-addresses.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/libsystemd/sd-netlink/local-addresses.h b/src/libsystemd/sd-netlink/local-addresses.h index 4fc3477e47..628f00871d 100644 --- a/src/libsystemd/sd-netlink/local-addresses.h +++ b/src/libsystemd/sd-netlink/local-addresses.h @@ -1,8 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** -***/ #include "sd-netlink.h" diff --git a/src/libsystemd/sd-netlink/test-local-addresses.c b/src/libsystemd/sd-netlink/test-local-addresses.c index 921ce289d4..cb05d05a89 100644 --- a/src/libsystemd/sd-netlink/test-local-addresses.c +++ b/src/libsystemd/sd-netlink/test-local-addresses.c @@ -1,6 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** -***/ #include "af-list.h" #include "alloc-util.h" |