Reformat all code and use the Google cpp code style

This commit is contained in:
Simon Fels 2016-12-02 17:36:54 +01:00
commit b10382d2d8
222 changed files with 8739 additions and 9281 deletions

View file

@ -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;
}