[X2Go-Commits] [pale-moon] 13/294: Style fixes

git-admin at x2go.org git-admin at x2go.org
Sat Apr 27 08:57:41 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch upstream/28.5.0
in repository pale-moon.

commit 3a6a37ca1b335dc97247f7facae46bc026802e03
Author: trav90 <travawine at protonmail.ch>
Date:   Fri Feb 8 13:55:14 2019 -0600

    Style fixes
---
 dom/media/gmp/widevine-adapter/WidevineDecryptor.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dom/media/gmp/widevine-adapter/WidevineDecryptor.cpp b/dom/media/gmp/widevine-adapter/WidevineDecryptor.cpp
index e3560d3..ab62ba7 100644
--- a/dom/media/gmp/widevine-adapter/WidevineDecryptor.cpp
+++ b/dom/media/gmp/widevine-adapter/WidevineDecryptor.cpp
@@ -359,10 +359,10 @@ ConvertCDMErrorToCDMException(cdm::Error error) {
 
 void
 WidevineDecryptor::OnRejectPromise(uint32_t aPromiseId,
-                                  cdm::Exception aException,
-                                  uint32_t aSystemCode,
-                                  const char* aErrorMessage,
-                                  uint32_t aErrorMessageSize)
+                                   cdm::Exception aException,
+                                   uint32_t aSystemCode,
+                                   const char* aErrorMessage,
+                                   uint32_t aErrorMessageSize)
 {
   if (!mCallback) {
     Log("Decryptor::OnRejectPromise(aPromiseId=%d, err=%d, sysCode=%u, msg=%s) FAIL; !mCallback",
@@ -390,10 +390,10 @@ ToGMPMessageType(MessageType message_type)
 
 void
 WidevineDecryptor::OnSessionMessage(const char* aSessionId,
-                                   uint32_t aSessionIdSize,
-                                   cdm::MessageType aMessageType,
-                                   const char* aMessage,
-                                   uint32_t aMessageSize)
+                                    uint32_t aSessionIdSize,
+                                    cdm::MessageType aMessageType,
+                                    const char* aMessage,
+                                    uint32_t aMessageSize)
 {
   if (!mCallback) {
     Log("Decryptor::OnSessionMessage() FAIL; !mCallback");
@@ -544,7 +544,7 @@ WidevineDecryptor::CreateFileIO(FileIOClient* aClient)
 void
 WidevineDecryptor::RequestStorageId(uint32_t aVersion)
 {
-  Log("ChromiumCDMChild::RequestStorageId() aVersion = %u", aVersion);
+  Log("Decryptor::RequestStorageId() aVersion = %u", aVersion);
   if (aVersion >= 0x80000000) {
     mCDM->OnStorageId(aVersion, nullptr, 0);
     return;

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list