White space fixes.
[bertos.git] / bertos / io / kfile.h
index 56f7d57aa3e7e3ea895625e58be98750e10b71a8..9a750feb29a2dfe6135f8c1a4f13647de0b4db9c 100644 (file)
@@ -247,7 +247,7 @@ int kfile_gets_echo(struct KFile *fd, char *buf, int size, bool echo);
 
 /**
  * Copy \a size bytes from file \a src to \a dst.
- * 
+ *
  * \param src Source KFile.
  * \param dst Destionation KFile.
  * \param size number of bytes to copy.