Skip to content

Commit 33ef1c1

Browse files
committed
Run Clang-format
1 parent 24ab40f commit 33ef1c1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/modules/xcb/xcbconnection.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,7 @@ XCBConnection::convertSelection(const std::string &selection,
492492

493493
Instance *XCBConnection::instance() { return parent_->instance(); }
494494

495-
struct xkb_state *XCBConnection::xkbState() {
496-
return keyboard_->xkbState();
497-
}
495+
struct xkb_state *XCBConnection::xkbState() { return keyboard_->xkbState(); }
498496

499497
XkbRulesNames XCBConnection::xkbRulesNames() {
500498
return keyboard_->xkbRulesNames();

src/modules/xcb/xcbkeyboard.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ class XCBKeyboard {
3838

3939
bool handleEvent(xcb_generic_event_t *event);
4040
XkbRulesNames xkbRulesNames();
41-
struct xkb_state *xkbState() {
42-
return state_.get();
43-
}
41+
struct xkb_state *xkbState() { return state_.get(); }
4442

4543
void setXkbOption(const std::string &option);
4644

0 commit comments

Comments
 (0)