aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/get_hkl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c
index 37af32bb..948b88eb 100644
--- a/src/get_hkl.c
+++ b/src/get_hkl.c
@@ -214,7 +214,8 @@ int main(int argc, char *argv[])
};
/* Short options */
- while ((c = getopt_long(argc, argv, "ht:o:i:p:w:y:", longopts, NULL)) != -1) {
+ while ((c = getopt_long(argc, argv, "ht:o:i:p:w:y:",
+ longopts, NULL)) != -1) {
switch (c) {
case 'h' :