aboutsummaryrefslogtreecommitdiff
path: root/src/gemma.h
diff options
context:
space:
mode:
authorPjotr Prins2017-07-07 06:54:26 +0000
committerPjotr Prins2017-07-07 06:54:26 +0000
commitb9758364059d52e153a9f1b4fcae3bc3f3e68422 (patch)
treecc3b526c1621ca452ded085114d7c40559c09887 /src/gemma.h
parentdd72b87354d1d3f6d3aa42ed0123a23880e9cb15 (diff)
downloadpangemma-b9758364059d52e153a9f1b4fcae3bc3f3e68422.tar.gz
Fix spacing
Diffstat (limited to 'src/gemma.h')
-rw-r--r--src/gemma.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gemma.h b/src/gemma.h
index 8393470..78828ef 100644
--- a/src/gemma.h
+++ b/src/gemma.h
@@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __GEMMA_H__
+#ifndef __GEMMA_H__
#define __GEMMA_H__
#include "param.h"
@@ -25,15 +25,15 @@ using namespace std;
class GEMMA {
-public:
+public:
// Parameters.
string version;
string date;
string year;
-
+
// Constructor.
GEMMA(void);
-
+
// Functions.
void PrintHeader (void);
void PrintHelp (size_t option);