Format using iwyu.

This commit is contained in:
ArthurSonzogni
2021-05-14 22:00:49 +02:00
parent 048efb6912
commit fcc49fdce7
25 changed files with 106 additions and 98 deletions

View File

@@ -30,7 +30,6 @@ Component Radiobox(const std::vector<std::wstring>* entries, int* selected_);
Component Toggle(const std::vector<std::wstring>* entries, int* selected);
Component Renderer(Component child, std::function<Element()>);
Component Renderer(std::function<Element()>);
template <class T> // T = {int, float}
Component Slider(StringRef label, T* value, T min, T max, T increment);
@@ -40,7 +39,7 @@ Component Horizontal(Components children);
Component Tab(int* selector, Components children);
} // namespace Container
}; // namespace ftxui
} // namespace ftxui
#endif /* end of include guard: FTXUI_COMPONENT_HPP */