From 9e2627c8ea1b43b5b3446983c01cf68d9edb6e77 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Jan 2013 14:18:44 +0300 Subject: Fix code style. --- src/touchmanager.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/touchmanager.cpp') diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp index f42d23368..c8d813998 100644 --- a/src/touchmanager.cpp +++ b/src/touchmanager.cpp @@ -378,8 +378,8 @@ void TouchManager::loadButtons() // 2x1 if (mButtonsFormat == 0) { - loadTouchItem(&mButtons[1], "dbutton.xml", "dbutton_image.xml", x, y, - sz, sz, RIGHT, "screenActionButton1", ""); + loadTouchItem(&mButtons[1], "dbutton.xml", "dbutton_image.xml", + x, y, sz, sz, RIGHT, "screenActionButton1", ""); loadTouchItem(&mButtons[0], "dbutton.xml", "dbutton_image.xml", skipWidth, y, sz, sz, RIGHT, "screenActionButton0", ""); @@ -387,8 +387,8 @@ void TouchManager::loadButtons() // 2x2 else if (mButtonsFormat == 1) { - loadTouchItem(&mButtons[3], "dbutton.xml", "dbutton_image.xml", x, y, - sz, sz, RIGHT, "screenActionButton3", ""); + loadTouchItem(&mButtons[3], "dbutton.xml", "dbutton_image.xml", + x, y, sz, sz, RIGHT, "screenActionButton3", ""); loadTouchItem(&mButtons[2], "dbutton.xml", "dbutton_image.xml", skipWidth, y, sz, sz, RIGHT, "screenActionButton2", ""); -- cgit v1.2.3-60-g2f50