diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-08-28 04:29:56 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:37 +0100 |
commit | b1a4789edce25cf267f64e539e8085bda9c91d61 (patch) | |
tree | 4354c948ba19dd1097677bf1db7a4854a8c7b569 /src/indexamajig.c | |
parent | dcd0a59fe7d3a1a2ae509ac19b35134afb3c3526 (diff) |
Formatting
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index c94ad959..384195ac 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -776,7 +776,8 @@ int main(int argc, char *argv[]) indm = NULL; indexer_needs_cell = 0; } else { - indm = build_indexer_list(indm_str, &indexer_needs_cell); + indm = build_indexer_list(indm_str, + &indexer_needs_cell); if ( indm == NULL ) { ERROR("Invalid indexer list '%s'\n", indm_str); return 1; |