From f0bc080502b52607da30444f144b0999a49ec9fd Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Mon, 19 Jun 2017 14:51:30 -0700 Subject: [PATCH] fix tab --- interface/resources/qml/hifi/audio/PlaySampleSound.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/audio/PlaySampleSound.qml b/interface/resources/qml/hifi/audio/PlaySampleSound.qml index fc42378bfc..4e4b35abbc 100644 --- a/interface/resources/qml/hifi/audio/PlaySampleSound.qml +++ b/interface/resources/qml/hifi/audio/PlaySampleSound.qml @@ -22,7 +22,7 @@ RowLayout { property var sample: null; property bool isPlaying: false; function createSampleSound() { - var SOUND = Qt.resolvedUrl("../../../sounds/sample.wav"); + var SOUND = Qt.resolvedUrl("../../../sounds/sample.wav"); sound = SoundCache.getSound(SOUND); sample = null; }