summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorMrunal Patel <mrunalp@gmail.com>2016-05-12 10:11:51 -0700
committerColin Walters (automation) <walters+githubbot@verbum.org>2016-05-12 18:24:12 +0000
commit4c943ddc5a12d4027b7d58c0c3d1112ea043a251 (patch)
treec823683a7f6230f7003874e778e5a7b1d7832d65 /utils.h
parent2fe416d264853677389785431099e5291adf13a5 (diff)
downloadbubblewrap-4c943ddc5a12d4027b7d58c0c3d1112ea043a251.tar.gz
Convert tabs to spaces
Signed-off-by: Mrunal Patel <mrunalp@gmail.com> Closes: #65 Approved by: cgwalters
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils.h b/utils.h
index 2291093..82c5c2a 100644
--- a/utils.h
+++ b/utils.h
@@ -8,7 +8,7 @@
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
@@ -39,7 +39,7 @@
#define UNUSED __attribute__((__unused__))
-#define N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0]))
+#define N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0]))
#define TRUE 1
#define FALSE 0
@@ -71,7 +71,7 @@ char *strconcat3 (const char *s1,
const char *s2,
const char *s3);
char* xasprintf (const char *format,
- ...) __attribute__((format(printf, 1, 2)));
+ ...) __attribute__((format(printf, 1, 2)));
bool has_prefix (const char *str,
const char *prefix);
bool has_path_prefix (const char *str,
@@ -110,7 +110,7 @@ int raw_clone (unsigned long flags,
int pivot_root (const char *new_root,
const char *put_old);
char *label_mount (const char *opt,
- const char *mount_label);
+ const char *mount_label);
int label_exec (const char *exec_label);
int label_create_file (const char *file_label);