mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Remove exra whitespace from files (#189)
* Remove multiple newlines at the end of files * Remove the whitespace from the end of lines
This commit is contained in:
@@ -48,4 +48,3 @@ VPATH += :bch
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)bch}
|
||||
|
||||
endif
|
||||
|
||||
|
||||
@@ -198,4 +198,3 @@ int bchlib_readsector(FAR struct bchlib_s *bch, size_t sector)
|
||||
|
||||
return (int)ret;
|
||||
}
|
||||
|
||||
|
||||
@@ -94,4 +94,3 @@ int bchlib_teardown(FAR void *handle)
|
||||
kmm_free(bch);
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -195,4 +195,3 @@ ssize_t bchlib_write(FAR void *handle, FAR const char *buffer, size_t offset,
|
||||
|
||||
return byteswritten;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user