From e355c616729627bcf55afe46bef50e8469dad251 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 4 Sep 2016 05:38:41 -0700 Subject: [PATCH] Fix formatting error. --- libctru/source/services/gsplcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libctru/source/services/gsplcd.c b/libctru/source/services/gsplcd.c index 7f58068..c08ab02 100644 --- a/libctru/source/services/gsplcd.c +++ b/libctru/source/services/gsplcd.c @@ -60,8 +60,8 @@ Result GSPLCD_GetVendors(u8 *vendors) Result ret=0; if (R_FAILED(ret = svcSendSyncRequest(gspLcdHandle))) return ret; - - if(vendors) *vendors = cmdbuf[2] & 0xFF; + + if(vendors) *vendors = cmdbuf[2] & 0xFF; return cmdbuf[1]; }