aboutsummaryrefslogtreecommitdiffstats
path: root/src/machina.cpp
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
commitbf0d5e8785d4fdb258f907cc092fb3670cff020e (patch)
treed2bbaef3bbaec2b0d30ec8c612f485f4ea5ccf06 /src/machina.cpp
parentdf347f2545a8f39d55f7320a2f43b16dc0f2f32a (diff)
downloadmachina-bf0d5e8785d4fdb258f907cc092fb3670cff020e.tar.gz
machina-bf0d5e8785d4fdb258f907cc092fb3670cff020e.tar.bz2
machina-bf0d5e8785d4fdb258f907cc092fb3670cff020e.zip
Squeeze blank lines and delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3152 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/machina.cpp')
-rw-r--r--src/machina.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/machina.cpp b/src/machina.cpp
index f4eea66..a08e39e 100644
--- a/src/machina.cpp
+++ b/src/machina.cpp
@@ -33,10 +33,8 @@
using namespace std;
using namespace Machina;
-
bool quit = false;
-
void
catch_int(int)
{
@@ -48,7 +46,6 @@ catch_int(int)
quit = true;
}
-
int
main(int argc, char** argv)
{