Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b0c4ecc1 authored by Gagan Malvi's avatar Gagan Malvi
Browse files

treewide: fix misleading indentations, errors.



Signed-off-by: default avatarGagan Malvi <malvi@aospa.co>
Change-Id: I6a9b85da4abe27aa19cce3450468742d7dcde59a
parent 56ddaca2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -566,7 +566,7 @@ int ili_set_tp_data_len(int format, bool send, u8* data)
		ctrl = DATA_FORMAT_DEBUG_LITE_CMD;
		break;
	case DATA_FORMAT_DEBUG_LITE_AREA:
		if(cmd == NULL) {
		if(cmd[0] == '\0') {
			ILI_ERR("DATA_FORMAT_DEBUG_LITE_AREA error cmd\n");
			return -1;
		}
+0 −5
Original line number Diff line number Diff line
@@ -194,11 +194,6 @@ static int file_write(struct file_buffer *file, bool new_open)
		return -1;
	}

	if (file->fname == NULL) {
		ILI_ERR("file name is invaild\n");
		return -1;
	}

	if (file->flen >= file->max_size) {
		ILI_ERR("The length saved to file is too long !\n");
		return -1;
+6 −6

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

Loading