summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34177-sp_func_call_paren.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34177-sp_func_call_paren.cpp')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34177-sp_func_call_paren.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34177-sp_func_call_paren.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34177-sp_func_call_paren.cpp
new file mode 100644
index 00000000..580e9bae
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34177-sp_func_call_paren.cpp
@@ -0,0 +1,11 @@
+BEGIN_MESSAGE_MAP (CUSB2_camera_developementDlg, CDialog)
+ ON_COMMAND (IDC_ESCAPE, On_Escape)
+ ON_COMMAND (IDC_8_BIT, On_8_Bit)
+ ON_COMMAND (IDC_14_BIT, On_14_Bit)
+ ON_COMMAND (IDC_ACQUIRE, On_Acquire)
+ ON_COMMAND (IDC_SAVE_COLUMN_AVERAGES, On_Save_Column_Averages)
+ ON_COMMAND (IDC_SAVE_ROW_AVERAGES, On_Save_Row_Averages)
+ ON_WM_PAINT ()
+ ON_WM_QUERYDRAGICON ()
+ ON_WM_CTLCOLOR ()
+END_MESSAGE_MAP ()