Separate multi-words filenames by '_'

Rename foobar.ext to foo_bar.ext.

<https://github.com/Genymobile/scrcpy/pull/226#discussion_r209454865>
This commit is contained in:
Romain Vimont
2018-08-15 17:01:54 +02:00
parent f3f704d1ed
commit 536b31829a
26 changed files with 34 additions and 34 deletions

View File

@@ -5,7 +5,7 @@
#include "config.h"
#include "command.h"
#include "device.h"
#include "lockutil.h"
#include "lock_util.h"
#include "log.h"
struct request {