summaryrefslogtreecommitdiff
path: root/flower
diff options
context:
space:
mode:
authorGraham Percival <graham@percival-music.ca>2012-08-10 15:08:32 +0100
committerGraham Percival <graham@percival-music.ca>2012-08-10 15:08:32 +0100
commit2a4086ccaf4f434d5819b8722f941418d5c65528 (patch)
treee9737e69e789025cac8927816bb9891d4a6da941 /flower
parent76444b472a32fd24d9cca1e25efcb1a86d0f7f76 (diff)
Run fixcc.py with astyle 2.02.
Diffstat (limited to 'flower')
-rw-r--r--flower/include/direction.hh1
-rw-r--r--flower/include/yaffut.hh1
2 files changed, 0 insertions, 2 deletions
diff --git a/flower/include/direction.hh b/flower/include/direction.hh
index 97c0f6d79b..dcb794eea1 100644
--- a/flower/include/direction.hh
+++ b/flower/include/direction.hh
@@ -80,7 +80,6 @@ flip (Direction *i)
#define LEFT_and_RIGHT(d) \
Direction d = LEFT; d != CENTER; d = (d == LEFT ? RIGHT : CENTER)
-
/**
if d > 0: the max operator
if d < 0: the min operator
diff --git a/flower/include/yaffut.hh b/flower/include/yaffut.hh
index 38fba30801..aa54fa6616 100644
--- a/flower/include/yaffut.hh
+++ b/flower/include/yaffut.hh
@@ -398,7 +398,6 @@ void assert_throw (void (*pf) (), const char *at = "")
#include <sys/types.h>
#include <unistd.h>
-
int main (int argc, const char *argv[])
{
std::cout << "pid(" << getpid () << ")" << std::endl;