From 429e05c8a1ba3daf4c687a5fd837ccbfcc3482aa Mon Sep 17 00:00:00 2001 From: MeladJM Date: Tue, 29 Jul 2025 04:55:57 +0800 Subject: [PATCH] Issue #2790 - Cleanup: Correct whitespaces --- dom/html/HTMLInputElement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/html/HTMLInputElement.cpp b/dom/html/HTMLInputElement.cpp index 1a3b0a99ef..56b7c36da2 100644 --- a/dom/html/HTMLInputElement.cpp +++ b/dom/html/HTMLInputElement.cpp @@ -2631,7 +2631,7 @@ HTMLInputElement::MozSetFileNameArray(const char16_t** aFileNames, void HTMLInputElement::MozSetDirectory(const nsAString& aDirectoryPath, - ErrorResult& aRv) + ErrorResult& aRv) { nsCOMPtr file; aRv = NS_NewLocalFile(aDirectoryPath, true, getter_AddRefs(file));