From 8948b386bc98f87948ab5b4204fe2563415b577c Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 20 Nov 2020 20:26:32 +0200 Subject: [PATCH] Fix indenting --- example_basic/src/ofApp.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example_basic/src/ofApp.cpp b/example_basic/src/ofApp.cpp index 7fbca92..c8b58d6 100644 --- a/example_basic/src/ofApp.cpp +++ b/example_basic/src/ofApp.cpp @@ -4,9 +4,9 @@ void ofApp::setup(){ ofBackground(0); mapper.setup(); - #ifdef TARGET_RASPBERRY_PI - ofSetFullscreen(true); - #endif + #ifdef TARGET_RASPBERRY_PI + ofSetFullscreen(true); + #endif } void ofApp::update(){