Fix trailing spaces in config

This commit is contained in:
vaxerski
2022-04-18 13:25:27 +02:00
parent 655c038417
commit 24316f2e71
3 changed files with 18 additions and 3 deletions

View File

@@ -5,4 +5,5 @@
void addWLSignal(wl_signal*, wl_listener*, void* pOwner, std::string ownerString);
void wlr_signal_emit_safe(struct wl_signal *signal, void *data);
std::string getFormat(const char *fmt, ...); // Basically Debug::log to a string
void scaleBox(wlr_box*, float);
void scaleBox(wlr_box*, float);
std::string removeBeginEndSpacesTabs(std::string);