diff --git a/.clang-format b/.clang-format index 97c9ee8..b684434 100644 --- a/.clang-format +++ b/.clang-format @@ -3,4 +3,4 @@ BasedOnStyle: Google IndentWidth: 2 DerivePointerAlignment: false -PointerAlignment: Right \ No newline at end of file +PointerAlignment: Right diff --git a/include/application.h b/include/application.h index 0a4a76d..ba84a8d 100644 --- a/include/application.h +++ b/include/application.h @@ -56,4 +56,4 @@ void stroke_size_increase_handler(GtkWidget *widget, void text_size_decrease_handler(GtkWidget *widget, struct swappy_state *state); void text_size_reset_handler(GtkWidget *widget, struct swappy_state *state); -void text_size_increase_handler(GtkWidget *widget, struct swappy_state *state); \ No newline at end of file +void text_size_increase_handler(GtkWidget *widget, struct swappy_state *state); diff --git a/include/clipboard.h b/include/clipboard.h index 9d9d707..a701ebb 100644 --- a/include/clipboard.h +++ b/include/clipboard.h @@ -2,4 +2,4 @@ #include "swappy.h" -bool clipboard_copy_drawing_area_to_selection(struct swappy_state *state); \ No newline at end of file +bool clipboard_copy_drawing_area_to_selection(struct swappy_state *state); diff --git a/include/render.h b/include/render.h index 1a9289c..75045ae 100644 --- a/include/render.h +++ b/include/render.h @@ -2,4 +2,4 @@ #include "swappy.h" -void render_state(struct swappy_state *state); \ No newline at end of file +void render_state(struct swappy_state *state); diff --git a/res/meson.build b/res/meson.build index 397f316..771711d 100644 --- a/res/meson.build +++ b/res/meson.build @@ -9,4 +9,4 @@ install_subdir('icons', swappy_resources = gnome.compile_resources('swappy', 'swappy.gresource.xml' -) \ No newline at end of file +) diff --git a/res/swappy.gresource.xml b/res/swappy.gresource.xml index 89b25c2..520e2a3 100644 --- a/res/swappy.gresource.xml +++ b/res/swappy.gresource.xml @@ -4,4 +4,4 @@ style/swappy.css swappy.glade - \ No newline at end of file + diff --git a/src/clipboard.c b/src/clipboard.c index d9e1a29..6310d35 100644 --- a/src/clipboard.c +++ b/src/clipboard.c @@ -87,4 +87,4 @@ bool clipboard_copy_drawing_area_to_selection(struct swappy_state *state) { g_object_unref(pixbuf); return true; -} \ No newline at end of file +} diff --git a/src/po/POTFILES b/src/po/POTFILES index 73b5b0e..9f2d6d6 100644 --- a/src/po/POTFILES +++ b/src/po/POTFILES @@ -1 +1 @@ -res/swappy.glade \ No newline at end of file +res/swappy.glade