Commit ff0547e7 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

tool_operate: shortened too-long source line

parent 7d242658
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -196,7 +196,8 @@ static CURLcode operate_init(struct Configurable *config)
  return CURLE_OK;
  return CURLE_OK;
}
}


static int operate_do(struct Configurable *config, int argc, argv_item_t argv[])
static int operate_do(struct Configurable *config, int argc,
                      argv_item_t argv[])
{
{
  char errorbuffer[CURL_ERROR_SIZE];
  char errorbuffer[CURL_ERROR_SIZE];
  struct ProgressData progressbar;
  struct ProgressData progressbar;