mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
Fix indentation in various files
This commit is contained in:
parent
f3ef1f907c
commit
a4eb90315e
5 changed files with 118 additions and 124 deletions
|
|
@ -152,7 +152,7 @@ int main(int argc, char *argv[]) {
|
|||
};
|
||||
|
||||
bool create_t1 = (simulate_activity_timeout != 0) &&
|
||||
(simulate_activity_timeout < close_timeout);
|
||||
(simulate_activity_timeout < close_timeout);
|
||||
|
||||
if (create_t1) {
|
||||
if (pthread_create(&t1, NULL, &simulate_activity, (void *)&arg) != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue