From 237900a683d51674852cedeec2cbcbcea169d242 Mon Sep 17 00:00:00 2001 From: celenity Date: Tue, 26 May 2026 01:28:04 +0000 Subject: [PATCH] fix: minor formatting Signed-off-by: celenity --- configs/mozconfigs/ironfox-nightly-arm.mozconfig | 2 +- configs/mozconfigs/ironfox-nightly-arm64.mozconfig | 2 +- configs/mozconfigs/ironfox-nightly-x86_64.mozconfig | 2 +- configs/mozconfigs/ironfox-release-arm.mozconfig | 2 +- configs/mozconfigs/ironfox-release-arm64.mozconfig | 2 +- configs/mozconfigs/ironfox-release-x86_64.mozconfig | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/mozconfigs/ironfox-nightly-arm.mozconfig b/configs/mozconfigs/ironfox-nightly-arm.mozconfig index a6033042..2e680d66 100644 --- a/configs/mozconfigs/ironfox-nightly-arm.mozconfig +++ b/configs/mozconfigs/ironfox-nightly-arm.mozconfig @@ -4,7 +4,7 @@ . "${IRONFOX_MOZCONFIGS}/branding/ironfox-nightly.mozconfig" . "${IRONFOX_MOZCONFIGS}/targets/arm.mozconfig" -## Set the destination object (output) directory +# Set the destination object (output) directory mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-arm mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-arm export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-nightly-arm" diff --git a/configs/mozconfigs/ironfox-nightly-arm64.mozconfig b/configs/mozconfigs/ironfox-nightly-arm64.mozconfig index b7fa407b..5aa217e0 100644 --- a/configs/mozconfigs/ironfox-nightly-arm64.mozconfig +++ b/configs/mozconfigs/ironfox-nightly-arm64.mozconfig @@ -4,7 +4,7 @@ . "${IRONFOX_MOZCONFIGS}/branding/ironfox-nightly.mozconfig" . "${IRONFOX_MOZCONFIGS}/targets/arm64.mozconfig" -## Set the destination object (output) directory +# Set the destination object (output) directory mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-arm64 mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-arm64 export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-nightly-arm64" diff --git a/configs/mozconfigs/ironfox-nightly-x86_64.mozconfig b/configs/mozconfigs/ironfox-nightly-x86_64.mozconfig index 8ab0c210..776d4c3c 100644 --- a/configs/mozconfigs/ironfox-nightly-x86_64.mozconfig +++ b/configs/mozconfigs/ironfox-nightly-x86_64.mozconfig @@ -4,7 +4,7 @@ . "${IRONFOX_MOZCONFIGS}/branding/ironfox-nightly.mozconfig" . "${IRONFOX_MOZCONFIGS}/targets/x86_64.mozconfig" -## Set the destination object (output) directory +# Set the destination object (output) directory mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-x86_64 mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-nightly-x86_64 export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-nightly-x86_64" diff --git a/configs/mozconfigs/ironfox-release-arm.mozconfig b/configs/mozconfigs/ironfox-release-arm.mozconfig index 15449d30..37edd4eb 100644 --- a/configs/mozconfigs/ironfox-release-arm.mozconfig +++ b/configs/mozconfigs/ironfox-release-arm.mozconfig @@ -4,7 +4,7 @@ . "${IRONFOX_MOZCONFIGS}/branding/ironfox.mozconfig" . "${IRONFOX_MOZCONFIGS}/targets/arm.mozconfig" -## Set the destination object (output) directory +# Set the destination object (output) directory mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-release-arm mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-release-arm export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-release-arm" diff --git a/configs/mozconfigs/ironfox-release-arm64.mozconfig b/configs/mozconfigs/ironfox-release-arm64.mozconfig index 45a80a7e..bbacf23a 100644 --- a/configs/mozconfigs/ironfox-release-arm64.mozconfig +++ b/configs/mozconfigs/ironfox-release-arm64.mozconfig @@ -4,7 +4,7 @@ . "${IRONFOX_MOZCONFIGS}/branding/ironfox.mozconfig" . "${IRONFOX_MOZCONFIGS}/targets/arm64.mozconfig" -## Set the destination object (output) directory +# Set the destination object (output) directory mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-release-arm64 mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-release-arm64 export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-release-arm64" diff --git a/configs/mozconfigs/ironfox-release-x86_64.mozconfig b/configs/mozconfigs/ironfox-release-x86_64.mozconfig index e30a57ff..f5340321 100644 --- a/configs/mozconfigs/ironfox-release-x86_64.mozconfig +++ b/configs/mozconfigs/ironfox-release-x86_64.mozconfig @@ -4,7 +4,7 @@ . "${IRONFOX_MOZCONFIGS}/branding/ironfox.mozconfig" . "${IRONFOX_MOZCONFIGS}/targets/x86_64.mozconfig" -## Set the destination object (output) directory +# Set the destination object (output) directory mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj/ironfox-release-x86_64 mk_add_options OBJDIR=@TOPSRCDIR@/obj/ironfox-release-x86_64 export MOZ_OBJDIR="${IRONFOX_GECKO}/obj/ironfox-release-x86_64"