Merge "Use more inclusive language for #inclusivefixit"

This commit is contained in:
Treehugger Robot 2020-07-28 13:28:52 +00:00 committed by Gerrit Code Review
commit 5ce349927d
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ using android::base::WriteFully;
#endif
int qemu_pipe_open(const char* pipeName) {
// Sanity check.
if (!pipeName) {
errno = EINVAL;
return -1;