From 0a99b9700008a6af352c52b3d9667edea2f5d26b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 27 Oct 2008 04:03:35 -0400 Subject: Fixed indentation in src/textadept.c --- src/textadept.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/textadept.c b/src/textadept.c index a3c85189..071c96f0 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -75,13 +75,13 @@ int main(int argc, char **argv) { char path[260]; CFURLRef bundle_url = CFBundleCopyBundleURL(bundle); CFStringRef bundle_path = - CFURLCopyFileSystemPath(bundle_url, kCFURLPOSIXPathStyle); - CFStringGetCString(bundle_path, path, 260, kCFStringEncodingASCII); + CFURLCopyFileSystemPath(bundle_url, kCFURLPOSIXPathStyle); + CFStringGetCString(bundle_path, path, 260, kCFStringEncodingASCII); char *resources_path = g_strconcat(path, "/Contents/Resources/", NULL); - textadept_home = static_cast(resources_path); - g_free(path); - CFRelease(bundle_url); - CFRelease(bundle_path); + textadept_home = static_cast(resources_path); + g_free(path); + CFRelease(bundle_url); + CFRelease(bundle_path); } else textadept_home = ""; #endif gtk_init(&argc, &argv); -- cgit v1.2.3