[LCG] One more formatting fix that I failed to get into the prior
[oota-llvm.git] / include / llvm / Analysis / LazyCallGraph.h
index bcd09ba1d7e230be5b1b93fdda1377f3bdabe922..10a9a91a6e6f07459328874daea642c0147ddb56 100644 (file)
@@ -101,7 +101,7 @@ class LazyCallGraph {
 public:
   class Node;
   typedef SmallVector<PointerUnion<Function *, Node *>, 4> NodeVectorT;
-  typedef SmallVectorImpl<PointerUnion<Function *, Node *> > NodeVectorImplT;
+  typedef SmallVectorImpl<PointerUnion<Function *, Node *>> NodeVectorImplT;
 
   /// \brief A lazy iterator used for both the entry nodes and child nodes.
   ///