From 43326bb4ea78958a37b4d4e59a06b19e14d68e66 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Tue, 7 Jan 2014 13:17:30 +0200 Subject: [PATCH] Whitespace cleanup. --- device.c | 2 +- protocolcurl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device.c b/device.c index 472b70c..9f11ebb 100644 --- a/device.c +++ b/device.c @@ -317,7 +317,7 @@ bool cIptvDevice::OpenDvr(void) void cIptvDevice::CloseDvr(void) { debug("cIptvDevice::%s(%d)", __FUNCTION__, deviceIndexM); - if (sidScanEnabledM && pSidScannerM ) + if (sidScanEnabledM && pSidScannerM) pSidScannerM->Close(); if (pIptvStreamerM) pIptvStreamerM->Close(); diff --git a/protocolcurl.c b/protocolcurl.c index 1581cb3..d198fbe 100644 --- a/protocolcurl.c +++ b/protocolcurl.c @@ -73,7 +73,7 @@ size_t cIptvProtocolCurl::WriteRtspCallback(void *ptrP, size_t sizeP, size_t nme //debug("cIptvProtocolCurl::%s(%zu)", __FUNCTION__, len); // Validate packet header ('$') and channel (0) - if (obj && (p[0] == 0x24 ) && (p[1] == 0)) { + if (obj && (p[0] == 0x24) && (p[1] == 0)) { int length = (p[2] << 8) | p[3]; if (length > 3) { // Skip interleave header