summaryrefslogtreecommitdiff
path: root/src/ViewParams.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 22:27:04 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 22:27:04 +0100
commitf8fb82ba705f6314d502b8efc8f03ecd16b8bed8 (patch)
treeb36fdf1b869751f5a0eabf762d2b9af8d8673a8c /src/ViewParams.H
parent3065ecc1e1c44770ecad9e4bf29c4b71f0a2bc52 (diff)
more reindent
Diffstat (limited to 'src/ViewParams.H')
-rw-r--r--src/ViewParams.H10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ViewParams.H b/src/ViewParams.H
index b6f34a2..d321253 100644
--- a/src/ViewParams.H
+++ b/src/ViewParams.H
@@ -8,11 +8,11 @@
#define VIEWPARAMS_H
class ViewParams {
- public:
- double a_center;
- double scale;
- double a_nick;
- double a_tilt;
+ public:
+ double a_center;
+ double scale;
+ double a_nick;
+ double a_tilt;
};
#endif