Reformat to untabify.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / OrcTargetSupport.h
index 3e57314ba2df347cab815b6009fda6185940e7f4..246d3e0a9fc63aedc29d04db8f76a497722586e7 100644 (file)
@@ -37,13 +37,13 @@ public:
   /// @brief Write the resolver code into the given memory. The user is be
   ///        responsible for allocating the memory and setting permissions.
   static void writeResolverCode(uint8_t *ResolveMem, JITReentryFn Reentry,
   /// @brief Write the resolver code into the given memory. The user is be
   ///        responsible for allocating the memory and setting permissions.
   static void writeResolverCode(uint8_t *ResolveMem, JITReentryFn Reentry,
-                               void *CallbackMgr);
+                                void *CallbackMgr);
 
   /// @brief Write the requsted number of trampolines into the given memory,
   ///        which must be big enough to hold 1 pointer, plus NumTrampolines
   ///        trampolines.
   static void writeTrampolines(uint8_t *TrampolineMem, void *ResolverAddr,
 
   /// @brief Write the requsted number of trampolines into the given memory,
   ///        which must be big enough to hold 1 pointer, plus NumTrampolines
   ///        trampolines.
   static void writeTrampolines(uint8_t *TrampolineMem, void *ResolverAddr,
-                              unsigned NumTrampolines);
+                               unsigned NumTrampolines);
 
   /// @brief Provide information about stub blocks generated by the
   ///        makeIndirectStubsBlock function.
 
   /// @brief Provide information about stub blocks generated by the
   ///        makeIndirectStubsBlock function.