"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "23c98025b3a04daf6408d9e77ac30833848d9778"
Commit 74a3950c authored by Davis King's avatar Davis King
Browse files

fixed indenting.

parent 24ac9bc4
......@@ -265,7 +265,7 @@ namespace dlib
T* data;
typename mem_manager::template rebind<T>::other pool;
};
};
// ------------------------------------------------------------------------------------
......@@ -348,7 +348,7 @@ namespace dlib
T* data;
long nr_;
typename mem_manager::template rebind<T>::other pool;
};
};
// ------------------------------------------------------------------------------------
......@@ -433,7 +433,7 @@ namespace dlib
T* data;
long nc_;
typename mem_manager::template rebind<T>::other pool;
};
};
// ------------------------------------------------------------------------------------
......@@ -519,7 +519,7 @@ namespace dlib
long nr_;
long nc_;
typename mem_manager::template rebind<T>::other pool;
};
};
};
......@@ -712,7 +712,7 @@ namespace dlib
T* data;
typename mem_manager::template rebind<T>::other pool;
};
};
// ------------------------------------------------------------------------------------
......@@ -795,7 +795,7 @@ namespace dlib
T* data;
long nr_;
typename mem_manager::template rebind<T>::other pool;
};
};
// ------------------------------------------------------------------------------------
......@@ -880,7 +880,7 @@ namespace dlib
T* data;
long nc_;
typename mem_manager::template rebind<T>::other pool;
};
};
// ------------------------------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment