about summary refs log tree commit diff
path: root/src/param.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/param.h
parentdd72b87354d1d3f6d3aa42ed0123a23880e9cb15 (diff)
downloadpangemma-b9758364059d52e153a9f1b4fcae3bc3f3e68422.tar.gz
Fix spacing
Diffstat (limited to 'src/param.h')
-rw-r--r--src/param.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/param.h b/src/param.h
index 9707790..f58da53 100644
--- a/src/param.h
+++ b/src/param.h
@@ -141,7 +141,7 @@ public:
 	string file_read; // File containing total number of reads.
 	string file_gene; // Gene expression file.
 	string file_snps; // File containing analyzed SNPs or genes.
-  
+
         // WJA added.
 	string file_oxford;
 
@@ -212,7 +212,7 @@ public:
 
 	// Summary statistics.
 	bool error;
-  
+
         // Number of individuals.
 	size_t ni_total, ni_test, ni_cvt, ni_study, ni_ref;
 
@@ -221,7 +221,7 @@ public:
 
         // Number of SNPs.
 	size_t ns_total, ns_test, ns_study, ns_ref;
-  
+
 	size_t ng_total, ng_test;   // Number of genes.
 	size_t ni_control, ni_case; // Number of controls and number of cases.
 	size_t ni_subsample;        // Number of subsampled individuals.