Skip to content

Commit

Permalink
Apply .clang-format file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamaranch committed May 28, 2024
1 parent 4a9255d commit 1e14035
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions src/gnome_wallpaper_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#ifndef __RISTRETTO_GNOME_WALLPAPER_MANAGER_H__
#define __RISTRETTO_GNOME_WALLPAPER_MANAGER_H__

#include <gtk/gtk.h>

#include "wallpaper_manager.h"

#include <gtk/gtk.h>

G_BEGIN_DECLS

#define RSTTO_TYPE_GNOME_WALLPAPER_MANAGER rstto_gnome_wallpaper_manager_get_type ()
Expand Down
2 changes: 1 addition & 1 deletion src/icon_bar.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
*/

#include "util.h"
#include "icon_bar.h"
#include "file.h"
#include "icon_bar.h"
#include "main_window.h"
#include "thumbnailer.h"

Expand Down
4 changes: 2 additions & 2 deletions src/image_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#ifndef __RISTRETTO_IMAGE_LIST_H__
#define __RISTRETTO_IMAGE_LIST_H__

#include <gtk/gtk.h>

#include "file.h"

#include <gtk/gtk.h>

G_BEGIN_DECLS

#define RSTTO_TYPE_IMAGE_LIST rstto_image_list_get_type ()
Expand Down
4 changes: 2 additions & 2 deletions src/image_viewer.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#ifndef __RISTRETTO_IMAGE_VIEWER_H__
#define __RISTRETTO_IMAGE_VIEWER_H__

#include <gtk/gtk.h>

#include "file.h"

#include <gtk/gtk.h>

G_BEGIN_DECLS

#define RSTTO_SCALE_FACTOR 1.1
Expand Down
2 changes: 1 addition & 1 deletion src/main_window.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
*/

#include "util.h"
#include "main_window.h"
#include "app_menu_item.h"
#include "gnome_wallpaper_manager.h"
#include "icon_bar.h"
#include "image_viewer.h"
#include "main_window.h"
#include "main_window_ui.h"
#include "mime_db.h"
#include "preferences_dialog.h"
Expand Down
4 changes: 2 additions & 2 deletions src/main_window.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
#ifndef __RISTRETTO_MAIN_WINDOW_H__
#define __RISTRETTO_MAIN_WINDOW_H__

#include <gtk/gtk.h>

#include "icon_bar.h"
#include "image_list.h"

#include <gtk/gtk.h>

G_BEGIN_DECLS

typedef enum
Expand Down
4 changes: 2 additions & 2 deletions src/print.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#ifndef __RSTTO_PRINT_H__
#define __RSTTO_PRINT_H__

#include <gtk/gtk.h>

#include "image_viewer.h"

#include <gtk/gtk.h>

G_BEGIN_DECLS

#define RSTTO_TYPE_PRINT rstto_print_get_type ()
Expand Down
2 changes: 1 addition & 1 deletion src/properties_dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/

#include "util.h"
#include "properties_dialog.h"
#include "file.h"
#include "properties_dialog.h"
#include "thumbnailer.h"


Expand Down
2 changes: 1 addition & 1 deletion src/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/

#include "util.h"
#include "settings.h"
#include "file.h"
#include "settings.h"

#include <libxfce4util/libxfce4util.h>
#include <xfconf/xfconf.h>
Expand Down
2 changes: 1 addition & 1 deletion src/thumbnailer.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/

#include "util.h"
#include "thumbnailer.h"
#include "main_window.h"
#include "thumbnailer.h"
#include "tumbler.h"

#include <glib/gi18n.h>
Expand Down
4 changes: 2 additions & 2 deletions src/thumbnailer.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#ifndef __RISTRETTO_THUMBNAILER_H__
#define __RISTRETTO_THUMBNAILER_H__

#include <gtk/gtk.h>

#include "image_list.h"

#include <gtk/gtk.h>

G_BEGIN_DECLS

#define RSTTO_TYPE_THUMBNAILER rstto_thumbnailer_get_type ()
Expand Down
4 changes: 2 additions & 2 deletions src/wallpaper_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#ifndef __RISTRETTO_WALLPAPER_MANAGER_IFACE__
#define __RISTRETTO_WALLPAPER_MANAGER_IFACE__

#include <gtk/gtk.h>

#include "file.h"

#include <gtk/gtk.h>

G_BEGIN_DECLS

#define RSTTO_WALLPAPER_MANAGER_TYPE rstto_wallpaper_manager_get_type ()
Expand Down
2 changes: 1 addition & 1 deletion src/xfce_wallpaper_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/

#include "util.h"
#include "xfce_wallpaper_manager.h"
#include "monitor_chooser.h"
#include "xfce_wallpaper_manager.h"

#ifdef HAVE_LIBX11
#include <X11/Xatom.h>
Expand Down
4 changes: 2 additions & 2 deletions src/xfce_wallpaper_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#ifndef __RISTRETTO_XFCE_WALLPAPER_MANAGER_H__
#define __RISTRETTO_XFCE_WALLPAPER_MANAGER_H__

#include <gtk/gtk.h>

#include "wallpaper_manager.h"

#include <gtk/gtk.h>

G_BEGIN_DECLS

#define RSTTO_TYPE_XFCE_WALLPAPER_MANAGER rstto_xfce_wallpaper_manager_get_type ()
Expand Down

0 comments on commit 1e14035

Please sign in to comment.