summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth/tests/nm-bt-test.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-09-29 16:42:22 +0200
committerThomas Haller <thaller@redhat.com>2020-09-29 16:50:53 +0200
commit88071abb4355a7f680d87277272d2ba34a235a9b (patch)
treebc9ebd79880e341410162635ad3fc831ca771f89 /src/devices/bluetooth/tests/nm-bt-test.c
parent36b761fcaa958f5678ae057a80c99351f0082f5f (diff)
downloadNetworkManager-88071abb4355a7f680d87277272d2ba34a235a9b.tar.gz
all: unify comment style for SPDX-License-Identifier tag
Our coding style recommends C style comments (/* */) instead of C++ (//). Also, systemd (which we partly fork) uses C style comments for the SPDX-License-Identifier. Unify the style. $ sed -i '1 s#// SPDX-License-Identifier: \([^ ]\+\)$#/* SPDX-License-Identifier: \1 */#' -- $(git ls-files -- '*.[hc]' '*.[hc]pp')
Diffstat (limited to 'src/devices/bluetooth/tests/nm-bt-test.c')
-rw-r--r--src/devices/bluetooth/tests/nm-bt-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bluetooth/tests/nm-bt-test.c b/src/devices/bluetooth/tests/nm-bt-test.c
index a2b92d5c26..a57bb0761c 100644
--- a/src/devices/bluetooth/tests/nm-bt-test.c
+++ b/src/devices/bluetooth/tests/nm-bt-test.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-2.1+
+/* SPDX-License-Identifier: LGPL-2.1+ */
#include "nm-default.h"