pw_ide: fix clangd wrapper indentation
Change-Id: I4f1bcb0d05fbb48d8d82c71c7e0aeb91eef0e260
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/111073
Commit-Queue: Erik Gilling <konkers@google.com>
Reviewed-by: Erik Gilling <konkers@google.com>
diff --git a/pw_ide/py/pw_ide/cpp.py b/pw_ide/py/pw_ide/cpp.py
index 23514d5..5a65649 100644
--- a/pw_ide/py/pw_ide/cpp.py
+++ b/pw_ide/py/pw_ide/cpp.py
@@ -449,9 +449,10 @@
running on."""
boilerplate = """
-# A wrapper around clangd that ensures it is run in the activated Pigweed
-# environment, which in turn ensures that the correct toolchain paths are used.
-# THIS FILE IS AUTOMATICALLY GENERATED AND SHOULDN'T BE MODIFIED!"""
+ # A wrapper around clangd that ensures it is run in the activated
+ # Pigweed environment, which in turn ensures that the correct toolchain
+ # paths are used.
+ # THIS FILE IS AUTOMATICALLY GENERATED AND SHOULDN'T BE MODIFIED!"""
posix_script = cleandoc(f"""
#!/bin/bash