Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
74a3950c
"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "23c98025b3a04daf6408d9e77ac30833848d9778"
Commit
74a3950c
authored
Apr 12, 2018
by
Davis King
Browse files
fixed indenting.
parent
24ac9bc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
dlib/matrix/matrix_data_layout.h
dlib/matrix/matrix_data_layout.h
+7
-7
No files found.
dlib/matrix/matrix_data_layout.h
View file @
74a3950c
...
...
@@ -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
;
};
};
// ------------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment