Reformat all code and use the Google cpp code style
This commit is contained in:
parent
09811d780c
commit
b10382d2d8
222 changed files with 8739 additions and 9281 deletions
|
|
@ -18,9 +18,9 @@
|
|||
#include "anbox/container/service.h"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
(void) argc;
|
||||
(void) argv;
|
||||
anbox::container::Service service;
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
anbox::container::Service service;
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue