From 04c2612731d218a08b1527e4e8fe00121532c4ca Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Mon, 6 Apr 2015 03:57:26 +0200 Subject: [PATCH] astyle --- example/diameter/stackManagement/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/diameter/stackManagement/main.cpp b/example/diameter/stackManagement/main.cpp index 8d3a978..b471c3a 100644 --- a/example/diameter/stackManagement/main.cpp +++ b/example/diameter/stackManagement/main.cpp @@ -74,8 +74,8 @@ int main(int argc, char** argv) { } stack::Dictionary *dictionary; - int index = 1; + try { dictionary = engine.createDictionary(0 /* general unique stack id */); dictionary->allowUpdates(); -- 2.20.1