Skip to content

Commit ceff738

Browse files
committed
clean whitespace
1 parent df8778e commit ceff738

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Utils.vala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
try {
3939
FileInfo info = file.query_info ("*", NOFOLLOW_SYMLINKS);
4040

41-
var content_type = info.get_content_type ();
42-
if (info.get_file_type () == FileType.REGULAR &&
43-
ContentType.is_a (content_type, "text/*") ||
41+
var content_type = info.get_content_type ();
42+
if (info.get_file_type () == FileType.REGULAR &&
43+
ContentType.is_a (content_type, "text/*") ||
4444
ContentType.is_a (content_type, "application/x-zerosize")
45-
) {
45+
) {
4646
return true;
4747
}
4848

0 commit comments

Comments
 (0)