projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd4427e
)
tools: fix minor coding style issue
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 25 May 2017 05:34:30 +0000
(15:34 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 26 May 2017 01:15:13 +0000
(11:15 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/shared.c
patch
|
blob
|
history
diff --git
a/tools/shared.c
b/tools/shared.c
index af23415f91402a70b40d18d00d85bf5dddd2b5b7..f26f81b006b9025543d37c0de2e26401caf96075 100644
(file)
--- a/
tools/shared.c
+++ b/
tools/shared.c
@@
-501,8
+501,9
@@
tools_open_backend(struct tools_context *context)
context,
options->device,
options->global_options.verbose);
- } else
+ } else
{
abort();
+ }
return li;
}