From 12975909c589880030db6125ad6dcbea889edcdc Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 18 Dec 2014 00:23:57 +0100 Subject: Make indentation uniform across source files No more tabs, 4 spaces instead. And remove trailing whitespace. --- src/openfiles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openfiles.h') diff --git a/src/openfiles.h b/src/openfiles.h index a8b7b05..d135942 100644 --- a/src/openfiles.h +++ b/src/openfiles.h @@ -5,6 +5,6 @@ #include "procman.h" -void create_openfiles_dialog (ProcData *procdata); +void create_openfiles_dialog (ProcData *procdata); #endif -- cgit v1.2.1