From 6f8aab292618d06c663b06374ad7e6945ce5fd56 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Fri, 23 Aug 2024 20:36:15 +0000 Subject: [PATCH] indent --- .github/workflows/presubmit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 736ee2a1..88ea26a4 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -37,9 +37,9 @@ jobs: - run: git clone https://github.com/lttng/lttng-ust if: steps.babeltrace2.outputs.cache-hit != 'true' - run: | - # Avoid https://github.com/lttng/lttng-ust/commit/b187bcd5d99cde54dececee0e5028524d55aa314 who change the signature of - # lttng_ust_ctl_recv_register_event used by lttng-tool anl-ms3 - git checkout 4f8afc535e77070f1ef00434674f0417c6f9ef69 + # Avoid https://github.com/lttng/lttng-ust/commit/b187bcd5d99cde54dececee0e5028524d55aa314 who change the signature of + # lttng_ust_ctl_recv_register_event used by lttng-tool anl-ms3 + git checkout 4f8afc535e77070f1ef00434674f0417c6f9ef69 ./bootstrap ./configure --disable-man-pages --prefix=$HOME/babeltrace2/2.0.5 make -j$(nproc)