Skip to content
Snippets Groups Projects
Verified Commit becb0e13 authored by Benny Baumann's avatar Benny Baumann
Browse files

fmt: Source formatting

parent 48aae34c
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
namespace rmrf {
int main() {
ui::init_ui();
ui::destroy_ui();
ui::init_ui();
ui::destroy_ui();
return 0;
}
......
......@@ -3,15 +3,15 @@
#include "View.h"
namespace rmrf {
namespace ui {
namespace ui {
void init_ui() {
initscr();
}
void init_ui() {
initscr();
}
void destroy_ui() {
endwin();
}
void destroy_ui() {
endwin();
}
}
}
}
......@@ -4,8 +4,8 @@
namespace rmrf {
namespace ui {
void init_ui( void );
void destroy_ui( void );
void init_ui(void);
void destroy_ui(void);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment