Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 9db7bf7

Browse files
committed
Clang-formats sources
1 parent 26d25b1 commit 9db7bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsweep/src/unix/serial.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ void device_destruct(device_s serial) {
355355
device_flush(serial, &ignore);
356356

357357
if (close(serial->fd) == -1) {
358-
SWEEP_ASSERT(false && "closing file descriptor during destruct failed");
358+
SWEEP_ASSERT(false && "closing file descriptor during destruct failed");
359359
}
360360

361361
(void)ignore; // nothing we can do here

0 commit comments

Comments
 (0)