teemperor created this revision.
Herald added a subscriber: ki.stfu.

https://reviews.llvm.org/D47410

Files:
  tools/lldb-mi/MIUtilSingletonHelper.h


Index: tools/lldb-mi/MIUtilSingletonHelper.h
===================================================================
--- tools/lldb-mi/MIUtilSingletonHelper.h
+++ tools/lldb-mi/MIUtilSingletonHelper.h
@@ -9,12 +9,12 @@
 
 #pragma once
 
-namespace MI {
-
 // In house headers:
 #include "MICmnResources.h"
 #include "MIUtilString.h"
 
+namespace MI {
+
 //++
 //============================================================================
 // Details: Short cut helper function to simplify repeated initialisation of


Index: tools/lldb-mi/MIUtilSingletonHelper.h
===================================================================
--- tools/lldb-mi/MIUtilSingletonHelper.h
+++ tools/lldb-mi/MIUtilSingletonHelper.h
@@ -9,12 +9,12 @@
 
 #pragma once
 
-namespace MI {
-
 // In house headers:
 #include "MICmnResources.h"
 #include "MIUtilString.h"
 
+namespace MI {
+
 //++
 //============================================================================
 // Details: Short cut helper function to simplify repeated initialisation of
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to