RetroArch/network
orbea bfc366decc Squeeze extra blank lines with cat(1).
Example:

find . -type f -iname '*.c' | while read -r i; do
  cat -s "$i" > "$i.new"
  mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
..
httpserver Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
netplay Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
net_http_special.c add HTTP POST support 2017-03-05 14:19:34 -05:00
net_http_special.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
net_logger.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00