mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: dlopener: Format code
That code formatting looks awful
This commit is contained in:
parent
4b2d2bb0b3
commit
ae1c3087bf
1 changed files with 18 additions and 19 deletions
|
|
@ -2,8 +2,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[]) {
|
||||||
{
|
|
||||||
const char *path;
|
const char *path;
|
||||||
int status = -EINVAL;
|
int status = -EINVAL;
|
||||||
void *handle = NULL;
|
void *handle = NULL;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue