Add clang-format

Refer:https://github.com/openbmc/docs/blob/ac5d544553934f8083c61c5986a1420261bc8a4c/style/cpp/.clang-format

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I931503febf4e17af5c328a6496e499992bc4e381
diff --git a/ikvm_manager.cpp b/ikvm_manager.cpp
index 33e7b17..11afcb7 100644
--- a/ikvm_manager.cpp
+++ b/ikvm_manager.cpp
@@ -8,10 +8,10 @@
 Manager::Manager(const Args& args) :
     continueExecuting(true), serverDone(false), videoDone(true),
     input(args.getKeyboardPath(), args.getPointerPath()),
-    video(args.getVideoPath(), input, args.getFrameRate(), args.getSubsampling()),
+    video(args.getVideoPath(), input, args.getFrameRate(),
+          args.getSubsampling()),
     server(args, input, video)
-{
-}
+{}
 
 void Manager::run()
 {