diff options
author | Thomas Haller <thaller@redhat.com> | 2020-09-29 16:42:22 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-09-29 16:50:53 +0200 |
commit | 88071abb4355a7f680d87277272d2ba34a235a9b (patch) | |
tree | bc9ebd79880e341410162635ad3fc831ca771f89 /clients/tui/nm-editor-utils.h | |
parent | 36b761fcaa958f5678ae057a80c99351f0082f5f (diff) | |
download | NetworkManager-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 'clients/tui/nm-editor-utils.h')
-rw-r--r-- | clients/tui/nm-editor-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tui/nm-editor-utils.h b/clients/tui/nm-editor-utils.h index b6ff62a680..40ad6c8f4e 100644 --- a/clients/tui/nm-editor-utils.h +++ b/clients/tui/nm-editor-utils.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2012, 2013 Red Hat, Inc. */ |