]> git.mdlowis.com Git - proto/labwc.git/commitdiff
config: formatting to improve readability
authorJens Peters <jp7677@gmail.com>
Sun, 1 Jun 2025 21:41:29 +0000 (23:41 +0200)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Sat, 7 Jun 2025 20:31:23 +0000 (05:31 +0900)
src/config/tablet.c

index ef8059d4d0345e63011db85a50f72e8897c7a994..650385d27c646dbe5d6ea928df0ee12aa99ec9f3 100644 (file)
@@ -103,7 +103,10 @@ void
 tablet_load_default_button_mappings(void)
 {
        rc.tablet.button_map_count = 0;
-       tablet_button_mapping_add(BTN_TOOL_PEN, BTN_LEFT); /* Used for the pen tip */
+
+       /* used for the pen tip */
+       tablet_button_mapping_add(BTN_TOOL_PEN, BTN_LEFT);
+
        tablet_button_mapping_add(BTN_STYLUS, BTN_RIGHT);
        tablet_button_mapping_add(BTN_STYLUS2, BTN_MIDDLE);
 }