From a4549752db6551f0a6cc17d80b67832fad8848f0 Mon Sep 17 00:00:00 2001 From: gretchen Date: Mon, 18 Nov 2019 16:40:22 -0800 Subject: Wow indentation --- example/example.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example/example.lua b/example/example.lua index e96ba34..3b989d2 100644 --- a/example/example.lua +++ b/example/example.lua @@ -2,15 +2,15 @@ -- Load this file in emacs and M-x compile to upload. function redraw() - screen.clear() - screen.move(64, 32) - screen.text_center("norns example #" .. math.floor(math.random() * 1000)) - screen.update() + screen.clear() + screen.move(64, 32) + screen.text_center("norns example #" .. math.floor(math.random() * 1000)) + screen.update() end function init() - redraw() + redraw() end -- This needs to be at the end so that it doesn't conflict with the -- cgit v1.2.1