diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2019-12-07 17:29:14 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2019-12-07 17:29:14 +0100 |
commit | eee48b666e350ff05548f12c8244fb8b609d3a86 (patch) | |
tree | f320a9ea5a60ad5271fc7d38dd0265cf470bcfe8 /decoders | |
parent | 9bbfff99dc56be9e69522ffe744b3197f54007db (diff) | |
download | libsigrokdecode-eee48b666e350ff05548f12c8244fb8b609d3a86.tar.gz libsigrokdecode-eee48b666e350ff05548f12c8244fb8b609d3a86.zip |
hdcp: Add missing spaces.
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/hdcp/__init__.py | 2 | ||||
-rw-r--r-- | decoders/hdcp/pd.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/decoders/hdcp/__init__.py b/decoders/hdcp/__init__.py index 8ead98b..f2e10b6 100644 --- a/decoders/hdcp/__init__.py +++ b/decoders/hdcp/__init__.py @@ -1,7 +1,7 @@ ## ## This file is part of the libsigrokdecode project. ## -## Copyright (C) 2018 Dave Craig<dcraig@brightsign.biz> +## Copyright (C) 2018 Dave Craig <dcraig@brightsign.biz> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/decoders/hdcp/pd.py b/decoders/hdcp/pd.py index 6004b7b..2d000dc 100644 --- a/decoders/hdcp/pd.py +++ b/decoders/hdcp/pd.py @@ -1,7 +1,7 @@ ## ## This file is part of the libsigrokdecode project. ## -## Copyright (C) 2018 Dave Craig<dcraig@brightsign.biz> +## Copyright (C) 2018 Dave Craig <dcraig@brightsign.biz> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by |