]> granicus.if.org Git - curl/commit
multi_runsingle: switch an if() condition for readability
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Jun 2013 18:13:35 +0000 (20:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Jun 2013 18:23:01 +0000 (20:23 +0200)
commit239b58d34d323e8cf38b7be13a32dda188fec5d7
tree62d7fd7b9ab8018f76d8b26cb8a5fd2528a24542
parent74f1810546be553edc690919d018f5c92e5b02c7
multi_runsingle: switch an if() condition for readability

... because there's an identical check right next to it so using the
operators in the check in the same order increases readability.
lib/multi.c