What changed, and why it matters
This commit only reorders #include lines in a test helper file to match the project's code formatting rules. It makes no functional change and has no security relevance.
No action needed; this is a non-functional formatting commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff in test/hardware-fakes/src/fake_memory.c moves ‘#include
Changed components
test/hardware-fakes/src/fake_memory.cInspect captured patch +1 / −1
diff --git a/test/hardware-fakes/src/fake_memory.c b/test/hardware-fakes/src/fake_memory.c
index 90e0ee9..280184a 100644
--- a/test/hardware-fakes/src/fake_memory.c
+++ b/test/hardware-fakes/src/fake_memory.c
@@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include <fake_memory.h>
#include <flags.h>
#include <memory/memory.h>
-#include <fake_memory.h>
#include <stdio.h>
#include <string.h>
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.