Re-format C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / visitor-semantic-validator.cpp
index f219a19fecbfb318ea62f723b01cf15046141864..c46e82830a34627ca877f4bf87cafb78721972e1 100644 (file)
@@ -29,8 +29,7 @@
 static int _ctf_visitor_semantic_check(int depth, struct ctf_node *node,
                                        struct meta_log_config *log_cfg);
 
-static int ctf_visitor_unary_expression(int, struct ctf_node *node,
-                                        struct meta_log_config *log_cfg)
+static int ctf_visitor_unary_expression(int, struct ctf_node *node, struct meta_log_config *log_cfg)
 {
     struct ctf_node *iter;
     int is_ctf_exp = 0, is_ctf_exp_left = 0;
This page took 0.024159 seconds and 4 git commands to generate.