a2c67a04cef483baf7a7281004ae88684a53a711
kent
  Wed Apr 3 19:54:59 2013 -0700
Tidying up some of the meta code.  Ref #10536
diff --git src/meta/metaHoist/metaHoist.c src/meta/metaHoist/metaHoist.c
index 3a08e8d..c7879a1 100644
--- src/meta/metaHoist/metaHoist.c
+++ src/meta/metaHoist/metaHoist.c
@@ -1,25 +1,25 @@
 /* metaHoist - Move tags that are shared by all siblings up a level.. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "meta.h"
 
 boolean trimEmpty = FALSE;
 boolean withParent = FALSE;
-int indent = 3;
+int indent = META_DEFAULT_INDENT;
 char *keyTag="meta";
 char *heavy = NULL;
 char *parentTag = "parent";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "metaHoist - Move tags that are shared by all siblings up a level.\n"
   "usage:\n"
   "   metaHoist inFile outFile\n"
   "options:\n"
   "   -trimEmpty - If set then trim stanzas that are empty after lifting.\n"
   "   -withParent - If set include parent in output.\n"
   "   -heavy=tag - Define a tag not hoisted even if all siblings agree\n"