summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00313-comment_conversion_long_lines.c
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00313-comment_conversion_long_lines.c')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00313-comment_conversion_long_lines.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00313-comment_conversion_long_lines.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00313-comment_conversion_long_lines.c
new file mode 100644
index 00000000..692533a4
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00313-comment_conversion_long_lines.c
@@ -0,0 +1,16 @@
+char *libr_extract_resources(libr_file *handle)
+{
+ // If this library cannot dynamically load resources then pull out all the resources to a
+ // temporary directory
+ if(temp_folder != NULL)
+ temp_folder = strdup(temp_folder);
+
+ // If this library cannot dynamically load resources then pull out all the resources to a
+ // temporary directory
+ if(temp_folder2 != NULL)
+ temp_folder2 = strdup(temp_folder);
+
+ // If this library /*cannot dynamically load resources then pull out all the resources to a
+ // temporary directory. Repeat to make the line even longer. If this library cannot
+ // dynamically load resources then pull out all the resources to a temporary directory.
+}