Commit e7458c1b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

lib557: move the "enable LONGLINE" to allow more long lines

This file is riddled with them...
parent 462650e4
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -1345,7 +1345,6 @@ static int test_curl_off_t_formatting(void)
  num_cofft_tests = i;
  num_cofft_tests = i;


#endif
#endif
  /* !checksrc! enable LONGLINE */


  for(i=1; i<=num_cofft_tests; i++) {
  for(i=1; i<=num_cofft_tests; i++) {


@@ -1650,7 +1649,7 @@ static int test_float_formatting(void)


  return errors;
  return errors;
}
}

/* !checksrc! enable LONGLINE */


int test(char *URL)
int test(char *URL)
{
{