Skip to content

Commit b92c488

Browse files
committed
#2378: REMOVE_ME: use incorrect formatting
1 parent 399d230 commit b92c488

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

examples/hello_world/hello_world.cc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,15 @@ void hello_world(int a, int b, float c) {
4848
fmt::print("{}: Hello from node vals = {} {} {}\n", this_node, a, b, c);
4949
}
5050

51-
int main(int argc, char** argv) {
52-
vt::initialize(argc, argv);
51+
int main(int argc,
52+
char** argv)
53+
{
54+
vt::initialize( argc,argv );
5355

54-
vt::NodeType this_node = vt::theContext()->getNode();
55-
vt::NodeType num_nodes = vt::theContext()->getNumNodes();
56+
vt::NodeType this_node =
57+
vt::theContext()->getNode();
58+
vt::NodeType num_nodes =
59+
vt::theContext()->getNumNodes();
5660

5761
if (num_nodes == 1) {
5862
return vt::rerror("requires at least 2 nodes");

0 commit comments

Comments
 (0)