From 7438e942060a489af248e71fd6040a5403b58436 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Mon, 8 Feb 2010 00:47:11 +0000 Subject: [PATCH] Fix spacing. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35430 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/tracker/FSUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/tracker/FSUtils.cpp b/src/kits/tracker/FSUtils.cpp index fdcae3ae1a..732f9c91f8 100644 --- a/src/kits/tracker/FSUtils.cpp +++ b/src/kits/tracker/FSUtils.cpp @@ -2375,7 +2375,7 @@ FSGetTrashDir(BDirectory *trashDir, dev_t dev) } -#if __GNUC__ && __GNUC__ <3 +#if __GNUC__ && __GNUC__ < 3 // obsolete version of FSGetDeskDir retained for bin compat with // BeIDE and a few other apps that apparently use it status_t