Commit bd93062e authored by Steve Holme's avatar Steve Holme
Browse files

pingpong.h: Fixed line length over 78 characters from b56c9eb4

parent b56c9eb4
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -64,7 +64,8 @@ struct pingpong {


  CURLcode (*statemach_act)(struct connectdata *conn);
  CURLcode (*statemach_act)(struct connectdata *conn);


  bool (*endofresp)(struct connectdata *conn, char *ptr, size_t len, int *code);
  bool (*endofresp)(struct connectdata *conn, char *ptr, size_t len,
                    int *code);
};
};


/*
/*