diff options
author | Stefan Beller <sbeller@google.com> | 2018-08-15 19:30:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-16 10:42:56 -0700 |
commit | e6b09b184d276a1485953f134baa3bb5f5614c43 (patch) | |
tree | a17ea906ab768402e51a3d052dfbc968951a59a2 /builtin | |
parent | t7410: update to new style (diff) | |
download | tgif-e6b09b184d276a1485953f134baa3bb5f5614c43.tar.xz |
builtin/submodule--helper: remove stray new line
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/submodule--helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index a3c4564c6c..65f8760ee2 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -1024,7 +1024,6 @@ static void sync_submodule_cb(const struct cache_entry *list_item, void *cb_data { struct sync_cb *info = cb_data; sync_submodule(list_item->name, info->prefix, info->flags); - } static int module_sync(int argc, const char **argv, const char *prefix) |