mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Set clang-format macro indent.
1) Set clang-format macro indent. 2) Run clang-format on every files.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "ftxui/component/radiobox.hpp"
|
||||
#include <functional>
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
@@ -41,7 +42,7 @@ bool RadioBox::OnEvent(Event event) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (event == Event::Character(' ') || event==Event::Return) {
|
||||
if (event == Event::Character(' ') || event == Event::Return) {
|
||||
selected = focused;
|
||||
on_change();
|
||||
}
|
||||
|
Reference in New Issue
Block a user