aboutsummaryrefslogtreecommitdiff
path: root/ports/powerpc
diff options
context:
space:
mode:
authorDamien George2020-02-26 11:58:42 +1100
committerDamien George2020-02-28 10:31:07 +1100
commit3f39d18c2b884d32f0443e2e8114ff9d7a14d718 (patch)
tree9c0ef34c65df237b1f41ff32f36ff400e1730af8 /ports/powerpc
parentb86075ef1fc8df19844b18b315ade3c084accd54 (diff)
all: Add *FORMAT-OFF* in various places.
This string is recognised by uncrustify, to disable formatting in the region marked by these comments. This is necessary in the qstrdef*.h files to prevent modification of the strings within the Q(...). In other places it is used to prevent excessive reformatting that would make the code less readable.
Diffstat (limited to 'ports/powerpc')
-rw-r--r--ports/powerpc/qstrdefsport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/powerpc/qstrdefsport.h b/ports/powerpc/qstrdefsport.h
index 3ba897069..00d3e2ae3 100644
--- a/ports/powerpc/qstrdefsport.h
+++ b/ports/powerpc/qstrdefsport.h
@@ -1 +1,2 @@
// qstrs specific to this port
+// *FORMAT-OFF*