Fix whitespace to match furrtek/portapack-havoc.

This commit is contained in:
Jared Boone
2017-08-09 17:08:30 -07:00
parent b147aee30a
commit f726a54f25
4 changed files with 4 additions and 2 deletions

View File

@@ -22,7 +22,6 @@
#include "portapack_persistent_memory.hpp"
#include "portapack.hpp"
#include "hal.h"
#include "utility.hpp"

View File

@@ -329,7 +329,7 @@ void Text::paint(Painter& painter) {
/* Button ****************************************************************/
Button::Button(
Button::Button(
Rect parent_rect,
std::string text
) : Widget { parent_rect },