From 51c17488a72793f7f17f70e3645b5a2cc706b88a Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Thu, 22 Nov 2012 07:57:26 +0000 Subject: [PATCH] run of indent-all git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1679 423420c4-83ab-492f-b58f-81f9feb106b5 --- cssp.c | 2 +- rdpsnd_oss.c | 2 +- rdpsnd_sun.c | 2 +- seamless.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cssp.c b/cssp.c index b91582e..0d3a689 100644 --- a/cssp.c +++ b/cssp.c @@ -327,7 +327,7 @@ cssp_encode_tscredentials(char *username, char *password, char *domain) #if WITH_DEBUG_CREDSSP streamsave(out, "tscredentials.raw"); -printf("Out TSCredentials %ld bytes\n", s_length(out)); + printf("Out TSCredentials %ld bytes\n", s_length(out)); hexdump(out->data, s_length(out)); #endif diff --git a/rdpsnd_oss.c b/rdpsnd_oss.c index 5ef7c3b..ce0ecaf 100644 --- a/rdpsnd_oss.c +++ b/rdpsnd_oss.c @@ -261,7 +261,7 @@ oss_set_format(RD_WAVEFORMATEX * pwfx) if ((pwfx->wBitsPerSample == 16) && (format != AFMT_S16_LE)) return False; - if ((pwfx->nChannels == 2) != !!stereo) + if ((pwfx->nChannels == 2) != ! !stereo) return False; if (pwfx->nSamplesPerSec != snd_rate) diff --git a/rdpsnd_sun.c b/rdpsnd_sun.c index 7c8a4ec..4a7407f 100644 --- a/rdpsnd_sun.c +++ b/rdpsnd_sun.c @@ -304,7 +304,7 @@ sun_set_format(RD_WAVEFORMATEX * pwfx) if ((pwfx->wBitsPerSample == 16) && (format != AUDIO_ENCODING_LINEAR)) return False; - if ((pwfx->nChannels == 2) != !!stereo) + if ((pwfx->nChannels == 2) != ! !stereo) return False; if (pwfx->nSamplesPerSec != snd_rate) diff --git a/seamless.c b/seamless.c index 8ee1c95..d907d8f 100644 --- a/seamless.c +++ b/seamless.c @@ -316,7 +316,7 @@ seamless_process_line(const char *line, void *data) if (*endptr) return False; - ui_seamless_begin(!!(flags & SEAMLESSRDP_HELLO_HIDDEN)); + ui_seamless_begin(! !(flags & SEAMLESSRDP_HELLO_HIDDEN)); } else if (!strcmp("ACK", tok1)) {