Commit 5da255df authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix indentation in some of the structs defintions.

parent 21d5beed
......@@ -158,7 +158,7 @@ struct vout_sys_t
vlc_fourcc_t i_chroma;
/* Video memory */
uint8_t * p_video; /* base adress */
uint8_t *p_video; /* base adress */
size_t i_page_size; /* page size */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment