summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-17 20:21:26 +0000
committerDavid Robillard <d@drobilla.net>2015-02-17 20:21:26 +0000
commit845868bb4ec34e1bf2b0bbde937777725e167018 (patch)
tree765fdbf6f5cf1f2b9ad1f96903a8d21f09245295 /src/main.cpp
parent668f74cd5cbfa95b09a4fe9f74b99770c3c672c4 (diff)
downloadpatchage-845868bb4ec34e1bf2b0bbde937777725e167018.tar.gz
patchage-845868bb4ec34e1bf2b0bbde937777725e167018.tar.bz2
patchage-845868bb4ec34e1bf2b0bbde937777725e167018.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5582 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4a87bbb..4822d3d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -38,7 +38,7 @@ set_bundle_environment()
// If lib does not exist, we have not been bundleified, do nothing
return;
}
-
+
setenv("GTK_PATH", lib_path.c_str(), 1);
setenv("DYLD_LIBRARY_PATH", lib_path.c_str(), 1);
@@ -91,4 +91,3 @@ main(int argc, char** argv)
return 0;
}
-