From c6a22fc61713aa174b316164cad29e192d14517b Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Fri, 13 Sep 2024 14:29:54 +0200 Subject: [PATCH] Remove trailing whitespace --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 0c91ab7b..30b1e67d 100644 --- a/.bazelrc +++ b/.bazelrc @@ -17,7 +17,7 @@ build:ci --sandbox_base=/dev/shm build:ci --keep_going # Show subcommands when building -build:ci --subcommands=true +build:ci --subcommands=true # Make sure we test for C99 compliance when building the library build:ci --conlyopt=-std=c99