summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_long_lines.c
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_long_lines.c')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_long_lines.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_long_lines.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_long_lines.c
new file mode 100644
index 00000000..3aab1d86
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_long_lines.c
@@ -0,0 +1,12 @@
+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.*/
+}