Index: kernel/generic/include/printf/printf_core.h
===================================================================
--- kernel/generic/include/printf/printf_core.h	(revision 09d13c8e567316acfec91989df4a5d961f8fb644)
+++ kernel/generic/include/printf/printf_core.h	(revision db3c88347157ed2aeffe98179283d9e4e0243edd)
@@ -43,8 +43,8 @@
 	/* String output function, returns number of printed characters or EOF */
 	int (*str_write)(const char *, size_t, void *);
-	
+
 	/* Wide string output function, returns number of printed characters or EOF */
 	int (*wstr_write)(const wchar_t *, size_t, void *);
-	
+
 	/* User data - output stream specification, state, locks, etc. */
 	void *data;
