summaryrefslogtreecommitdiff
path: root/src/ostree/ostree-trivial-httpd.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-05-11 10:59:21 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-05-11 18:17:26 +0000
commitb83d509e78ff37edf384a9417d0d70af5982a31c (patch)
tree422fc5dba0abdaa77d544e2dbd943de910114108 /src/ostree/ostree-trivial-httpd.c
parentce4d21bc1721634d6353dec63f932d5ee417d853 (diff)
downloadostree-b83d509e78ff37edf384a9417d0d70af5982a31c.tar.gz
tree-wide: Switch tabs ⭾ in various files over to spaces ␠
As $DEITY intended. I was reading the `prepare-root.c` code and the indentation damage was distracting. Squash tabs that have leaked into various places in the code. I didn't yet touch the `src/libostree` bits as that has higher potential for conflict. Closes: #852 Approved by: jlebon
Diffstat (limited to 'src/ostree/ostree-trivial-httpd.c')
-rw-r--r--src/ostree/ostree-trivial-httpd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ostree/ostree-trivial-httpd.c b/src/ostree/ostree-trivial-httpd.c
index d6f0c4d4..176f5ec7 100644
--- a/src/ostree/ostree-trivial-httpd.c
+++ b/src/ostree/ostree-trivial-httpd.c
@@ -457,10 +457,10 @@ httpd_callback (SoupServer *server, SoupMessage *msg,
static void
on_dir_changed (GFileMonitor *mon,
- GFile *file,
- GFile *other,
- GFileMonitorEvent event,
- gpointer user_data)
+ GFile *file,
+ GFile *other,
+ GFileMonitorEvent event,
+ gpointer user_data)
{
OtTrivialHttpd *self = user_data;