From e0395bc0fc1e4905a625076a80a3350d6c5ec324 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 19 Apr 2006 02:40:05 +0000 Subject: [PATCH] Removed extraneous whitespace. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4036 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/openal/Sound.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/openal/Sound.java b/src/java/com/threerings/openal/Sound.java index 06473b773..5c688bef0 100644 --- a/src/java/com/threerings/openal/Sound.java +++ b/src/java/com/threerings/openal/Sound.java @@ -221,10 +221,10 @@ public class Sound AL10.alSourcef(_sourceId, AL10.AL_PITCH, _pitch); AL10.alSourcef(_sourceId, AL10.AL_GAIN, _gain); if (_position != null) { - AL10.alSource (_sourceId, AL10.AL_POSITION, _position); + AL10.alSource(_sourceId, AL10.AL_POSITION, _position); } if (_velocity != null) { - AL10.alSource (_sourceId, AL10.AL_VELOCITY, _velocity); + AL10.alSource(_sourceId, AL10.AL_VELOCITY, _velocity); } // configure whether or not we should loop