Skip to content
Snippets Groups Projects
Commit 17a7a7c0 authored by Attila Szollosi's avatar Attila Szollosi
Browse files

code style (#include)

parent cbf83b5d
Branches
No related tags found
No related merge requests found
......@@ -17,12 +17,12 @@
* along with postmarketos-android-recovery-installer. If not, see <http:www.gnu.org/licenses/>.
*/
#include<stdio.h>
#include<stdlib.h>
#include<unistd.h>
#include<sys/types.h>
#include<sys/stat.h>
#include<dirent.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
void close_FDs()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment