summaryrefslogtreecommitdiffstats
path: root/lib/astyle/ASFormatter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 13:06:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-31 17:04:32 +0900
commit423172b6620ea2c76d055a42b947e6332b8a1d92 (patch)
tree1047c8cfde695449a41d46313a7ee0caca710135 /lib/astyle/ASFormatter.cpp
parentfa6cb919b37c540bcd4f81699fef1193ac0dc458 (diff)
downloadtdevelop-423172b6620ea2c76d055a42b947e6332b8a1d92.tar.gz
tdevelop-423172b6620ea2c76d055a42b947e6332b8a1d92.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 31af8fa045de34407fbe0beda3ad65afaf0080d2)
Diffstat (limited to 'lib/astyle/ASFormatter.cpp')
-rw-r--r--lib/astyle/ASFormatter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/astyle/ASFormatter.cpp b/lib/astyle/ASFormatter.cpp
index eb418760..bf88affd 100644
--- a/lib/astyle/ASFormatter.cpp
+++ b/lib/astyle/ASFormatter.cpp
@@ -1652,7 +1652,7 @@ void ASFormatter::adjustComments(void)
if (formattedLine.find_last_not_of(' ') < len - adjust - 1
&& formattedLine[len-1] != '\t') // don't adjust a tab
formattedLine.resize(len - adjust);
- // the following are commented out to avoid a Borland compiler warning
+ // the following are commented out to avoid compiler warning
//else
// adjust = 0;
TRcomment(-adjust); // trace macro