fix indentation

Origin commit data
------------------
Branch: master
Commit: 0c86638cfe
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-16 (Tue, 16 Apr 2019)

Origin message was:
------------------
- fix indentation

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-04-16 23:15:58 +02:00
parent 34b909f76f
commit fc9268aa12

View File

@@ -1105,10 +1105,10 @@ void get_osd_buf(unsigned char *osd_data)
memcpy(osd_data,lfb,fix_screeninfo.line_length*var_screeninfo.yres); memcpy(osd_data,lfb,fix_screeninfo.line_length*var_screeninfo.yres);
} }
if (munmap(lfb, fix_screeninfo.smem_len) == -1) if (munmap(lfb, fix_screeninfo.smem_len) == -1)
{ {
perror("Error un-mmapping"); perror("Error un-mmapping");
} }
close(fb); close(fb);
} }