aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2021-03-13 15:04:09 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2021-03-13 15:04:09 +0000
commit32eaa878819f702210f0715a7151a36400a2b372 (patch)
treed080764fe9af23c19058f3e42941883661aa6c34 /emulators
parent756d1188c10152eec2d493f665498f44a6d22db9 (diff)
downloadports-32eaa878819f702210f0715a7151a36400a2b372.tar.gz
ports-32eaa878819f702210f0715a7151a36400a2b372.zip
Remove trailing spaaces from patch.
Notes
Notes: svn path=/head/; revision=568253
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostOSSAudio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostOSSAudio.cpp b/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostOSSAudio.cpp
index 67d2319623ee..7c484bb9d3b6 100644
--- a/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostOSSAudio.cpp
+++ b/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostOSSAudio.cpp
@@ -4,7 +4,7 @@
default:
rc = VERR_AUDIO_STREAM_COULD_NOT_CREATE;
-+ iFormat = -1;
++ iFormat = -1;
break;
}