Skip to content

Commit c18e405

Browse files
committed
Fix unintended whitespace
1 parent 62539b7 commit c18e405

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/tX_mouse.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,3 @@ class tx_mouse {
145145
static gboolean key_release_wrap(GtkWidget* widget, GdkEventKey* eventKey, void* data);
146146
static gboolean linux_input_wrap(GIOChannel* source, GIOCondition condition, gpointer data);
147147
};
148-

src/tX_ui_support.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* crafted code.
44
*/
55

6-
# pragma once
6+
#pragma once
77

88
#include <config.h>
99
#include <gtk/gtk.h>

0 commit comments

Comments
 (0)