summaryrefslogtreecommitdiffstats
path: root/src/GladeFile.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-16 19:02:36 +0000
committerDavid Robillard <d@drobilla.net>2011-04-16 19:02:36 +0000
commit1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6 (patch)
treebbeed636819fc3e67e77e2645a699e01fd0d2e16 /src/GladeFile.hpp
parent7627989d3fbc7fd54013988d2ec7c29a5c517bbf (diff)
downloadpatchage-1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6.tar.gz
patchage-1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6.tar.bz2
patchage-1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6.zip
Squeeze blank lines and delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3152 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/GladeFile.hpp')
-rw-r--r--src/GladeFile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GladeFile.hpp b/src/GladeFile.hpp
index da9ea3b..9f977b2 100644
--- a/src/GladeFile.hpp
+++ b/src/GladeFile.hpp
@@ -40,7 +40,7 @@ public:
fs.close();
return !fail;
}
-
+
static Glib::RefPtr<Gnome::Glade::Xml> open(const std::string& base_name) {
std::string glade_filename;
char* loc = NULL;