From 73778ace7df5c925968cdbace40bfd8e1ad1b914 Mon Sep 17 00:00:00 2001 From: ravikiranchollangi Date: Fri, 8 Nov 2024 11:19:36 -0800 Subject: [PATCH] Fix the code format --- src/Compiler/CompilerOpenFPGA.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Compiler/CompilerOpenFPGA.cpp b/src/Compiler/CompilerOpenFPGA.cpp index ed9867a12..f6acf0689 100644 --- a/src/Compiler/CompilerOpenFPGA.cpp +++ b/src/Compiler/CompilerOpenFPGA.cpp @@ -4051,8 +4051,7 @@ bool CompilerOpenFPGA::LoadDeviceData( // no action so far } else if (file_type == "power_data") { // field will be used for power data config, skip for now. - } - else { + } else { ErrorMessage("Invalid device config type: " + file_type + "\n"); status = false; }