aboutsummaryrefslogtreecommitdiff
path: root/ubi-utils
diff options
context:
space:
mode:
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>2015-07-01 11:44:16 +0800
committerBrian Norris <computersforpeace@gmail.com>2015-07-06 14:55:03 -0700
commit5be8bafab070709ccc7535bc895ff16f141e3ad5 (patch)
tree80a45de25720f6e18b82d375d0987d07c76ff7d1 /ubi-utils
parentb0dd15b567ef39ae1ac2454d77d5f482de31c7f9 (diff)
mtd-utils: fix 'new blank line at EOF' problems
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'ubi-utils')
-rw-r--r--ubi-utils/LICENSE.libiniparser1
-rw-r--r--ubi-utils/include/ubiutils-common.h1
-rw-r--r--ubi-utils/ubidetach.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/ubi-utils/LICENSE.libiniparser b/ubi-utils/LICENSE.libiniparser
index dbfa45d..74c125c 100644
--- a/ubi-utils/LICENSE.libiniparser
+++ b/ubi-utils/LICENSE.libiniparser
@@ -18,4 +18,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
-
diff --git a/ubi-utils/include/ubiutils-common.h b/ubi-utils/include/ubiutils-common.h
index 762e21f..9762837 100644
--- a/ubi-utils/include/ubiutils-common.h
+++ b/ubi-utils/include/ubiutils-common.h
@@ -33,4 +33,3 @@ int ubiutils_srand(void);
#endif
#endif /* !__UBI_UTILS_COMMON_H__ */
-
diff --git a/ubi-utils/ubidetach.c b/ubi-utils/ubidetach.c
index 64b748e..29f721e 100644
--- a/ubi-utils/ubidetach.c
+++ b/ubi-utils/ubidetach.c
@@ -204,4 +204,3 @@ out_libubi:
libubi_close(libubi);
return -1;
}
-