summaryrefslogtreecommitdiff
path: root/src/lib/cross.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-17 01:10:23 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-17 01:10:23 +0100
commit3e56e4126ec8199f15e03c213b37f39d72c27cc3 (patch)
tree02f6ed13350a990b05ee7fd026d9dd208320e178 /src/lib/cross.cc
parent8cf1e8377506936224e8b26121680563d47682fe (diff)
tabs -> spaces.
Diffstat (limited to 'src/lib/cross.cc')
-rw-r--r--src/lib/cross.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc
index ee0ef89b2..4e3739f57 100644
--- a/src/lib/cross.cc
+++ b/src/lib/cross.cc
@@ -82,8 +82,8 @@ cpu_info ()
char buffer[64];
N = sizeof (buffer);
if (sysctlbyname ("machdep.cpu.brand_string", buffer, &N, 0, 0) == 0) {
- info.first = buffer;
- }
+ info.first = buffer;
+ }
#endif
return info;