diff options
Diffstat (limited to 'src/devices/bluetooth/nm-bt-error.c')
| -rw-r--r-- | src/devices/bluetooth/nm-bt-error.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/devices/bluetooth/nm-bt-error.c b/src/devices/bluetooth/nm-bt-error.c index 8aa4283d..8f5265f8 100644 --- a/src/devices/bluetooth/nm-bt-error.c +++ b/src/devices/bluetooth/nm-bt-error.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2014 Red Hat, Inc. */ @@ -7,5 +7,4 @@ #include "nm-bt-error.h" -NM_CACHED_QUARK_FCN ("nm-bt-error", nm_bt_error_quark) - +NM_CACHED_QUARK_FCN("nm-bt-error", nm_bt_error_quark); |