summaryrefslogtreecommitdiff
path: root/src/financial.h
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-24 23:33:08 -0300
committerPerberos <[email protected]>2011-11-24 23:33:08 -0300
commitaf876ebbd621a63a1a0636fb0ce74da5c2aca480 (patch)
treefffc4b798e4172059fbd25d78f5bce93b3284af2 /src/financial.h
parent5b8921d58fbb5ad226815829dece99d5cfc781b8 (diff)
downloadmate-calc-af876ebbd621a63a1a0636fb0ce74da5c2aca480.tar.bz2
mate-calc-af876ebbd621a63a1a0636fb0ce74da5c2aca480.tar.xz
allman style format
Diffstat (limited to 'src/financial.h')
-rw-r--r--src/financial.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/financial.h b/src/financial.h
index 6aa8f3c..9a6cbe9 100644
--- a/src/financial.h
+++ b/src/financial.h
@@ -23,19 +23,19 @@
#include "mp.h"
#include "math-equation.h"
-void do_finc_expression(MathEquation *equation, int function, MPNumber *arg1, MPNumber *arg2, MPNumber *arg3, MPNumber *arg4);
+void do_finc_expression(MathEquation* equation, int function, MPNumber* arg1, MPNumber* arg2, MPNumber* arg3, MPNumber* arg4);
enum finc_dialogs {
- FINC_CTRM_DIALOG,
- FINC_DDB_DIALOG,
- FINC_FV_DIALOG,
- FINC_GPM_DIALOG,
- FINC_PMT_DIALOG,
- FINC_PV_DIALOG,
- FINC_RATE_DIALOG,
- FINC_SLN_DIALOG,
- FINC_SYD_DIALOG,
- FINC_TERM_DIALOG
+ FINC_CTRM_DIALOG,
+ FINC_DDB_DIALOG,
+ FINC_FV_DIALOG,
+ FINC_GPM_DIALOG,
+ FINC_PMT_DIALOG,
+ FINC_PV_DIALOG,
+ FINC_RATE_DIALOG,
+ FINC_SLN_DIALOG,
+ FINC_SYD_DIALOG,
+ FINC_TERM_DIALOG
};
#endif /* FINANCIAL_H */