]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Look! A whitespace fix snuck into the tree!
authorStefan Knoblich <stkn@freeswitch.org>
Tue, 8 Jan 2008 10:57:42 +0000 (10:57 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Tue, 8 Jan 2008 10:57:42 +0000 (10:57 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7137 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch.c

index 90ffd45cfe93535feaab9aad80f82da3ee8502e3..6093981acfcda9a319f7f6d07fde35e639f4ca30 100644 (file)
@@ -451,7 +451,7 @@ int main(int argc, char *argv[])
        pid_len = sizeof(pid_buffer);
 
        apr_pool_create(&pool, NULL);
-    if (switch_file_open(&fd,
+       if (switch_file_open(&fd,
                                                pid_path,
                                                SWITCH_FOPEN_WRITE | SWITCH_FOPEN_CREATE,
                                                SWITCH_FPROT_UREAD | SWITCH_FPROT_UWRITE,