summaryrefslogtreecommitdiffstats
path: root/Tests/BuildDepends/Project/zot.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/BuildDepends/Project/zot.cxx')
-rw-r--r--Tests/BuildDepends/Project/zot.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/BuildDepends/Project/zot.cxx b/Tests/BuildDepends/Project/zot.cxx
index 186554b..faee7d3 100644
--- a/Tests/BuildDepends/Project/zot.cxx
+++ b/Tests/BuildDepends/Project/zot.cxx
@@ -7,8 +7,8 @@ const char* zot_macro_tgt_f();
int main()
{
- printf("[%s] [%s] [%s] [%s]\n", zot, zot_custom,
- zot_macro_dir_f(), zot_macro_tgt_f());
+ printf("[%s] [%s] [%s] [%s]\n", zot, zot_custom, zot_macro_dir_f(),
+ zot_macro_tgt_f());
fflush(stdout);
return 0;
}