Skip to content

Commit

Permalink
Fix unintended whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
axkg committed Apr 6, 2024
1 parent 62539b7 commit c18e405
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/tX_mouse.h
Expand Up @@ -145,4 +145,3 @@ class tx_mouse {
static gboolean key_release_wrap(GtkWidget* widget, GdkEventKey* eventKey, void* data);
static gboolean linux_input_wrap(GIOChannel* source, GIOCondition condition, gpointer data);
};

2 changes: 1 addition & 1 deletion src/tX_ui_support.h
Expand Up @@ -3,7 +3,7 @@
* crafted code.
*/

# pragma once
#pragma once

#include <config.h>
#include <gtk/gtk.h>
Expand Down

0 comments on commit c18e405

Please sign in to comment.