From d503a65849f640b4e3c2f94c2f1a4b091a0c9d9e Mon Sep 17 00:00:00 2001 From: David Cernat Date: Mon, 30 Jan 2017 06:47:22 +0200 Subject: [PATCH] [Client] Replace tab characters with spaces --- apps/openmw/CMakeLists.txt | 2 +- apps/openmw/mwgui/hud.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/openmw/CMakeLists.txt b/apps/openmw/CMakeLists.txt index 34cfd516a..6bdad16ed 100644 --- a/apps/openmw/CMakeLists.txt +++ b/apps/openmw/CMakeLists.txt @@ -164,7 +164,7 @@ if (ANDROID) ${OSG_PLUGINS} jpeg gif - png + png ) endif (ANDROID) diff --git a/apps/openmw/mwgui/hud.cpp b/apps/openmw/mwgui/hud.cpp index 754408b98..bd1857a6b 100644 --- a/apps/openmw/mwgui/hud.cpp +++ b/apps/openmw/mwgui/hud.cpp @@ -81,7 +81,7 @@ namespace MWGui // automatically for stacks of gold worldObject.count = dropped.getRefData().getCount(); - // Get the real count of gold in a stack + // Get the real count of gold in a stack worldObject.goldValue = dropped.getCellRef().getGoldValue(); event->addObject(worldObject);