summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/30254-align_left_shift2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/30254-align_left_shift2.cpp')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/30254-align_left_shift2.cpp32
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/30254-align_left_shift2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/30254-align_left_shift2.cpp
deleted file mode 100644
index bfea744c..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/30254-align_left_shift2.cpp
+++ /dev/null
@@ -1,32 +0,0 @@
-void g()
-{
- RLOGD(m_log)
- << "str1"
- << var;
-
- if (something)
- cout << "blah";
-
-}
-
-void f()
-{
- cout << something(
- arg);
- cout
- << "something";
- cout <<
- "something";
-
- RLOGD(m_log)
- << "WriteReqSize()";
-
- RLOGD(m_log) <<
- base::sprintfT(
- "something %u ",
- m_pendingAccepts);
-
- RLOGDD(m_log) << sprintfT(
- "something id=%u",
- newSocket->GetId());
-}