Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4130554b authored by Jeff Brown's avatar Jeff Brown
Browse files

Fix line wrapping.

Change-Id: I41199d1145d2435eee046a7e5006dcdce0986821
parent 6534c0e0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -648,7 +648,8 @@ size_t EventHub::getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSiz
                        sizeof(struct input_event) * capacity);
                if (readSize == 0 || (readSize < 0 && errno == ENODEV)) {
                    // Device was removed before INotify noticed.
                    ALOGW("could not get event, removed? (fd: %d size: %d bufferSize: %d capacity: %d errno: %d)\n",
                    ALOGW("could not get event, removed? (fd: %d size: %d bufferSize: %d "
                            "capacity: %d errno: %d)\n",
                            device->fd, readSize, bufferSize, capacity, errno);
                    deviceChanged = true;
                    closeDeviceLocked(device);