whitespace
This commit is contained in:
parent
2658b41ea1
commit
7ae57730f0
1
exe.cpp
1
exe.cpp
@ -38,7 +38,6 @@ util::image_path (void) {
|
|||||||
// We can't use lstat to check the size of the link in proc, as Linux
|
// We can't use lstat to check the size of the link in proc, as Linux
|
||||||
// will return 0 for most entries under proc. Instead we've got to
|
// will return 0 for most entries under proc. Instead we've got to
|
||||||
// iterate for a correct size.
|
// iterate for a correct size.
|
||||||
|
|
||||||
std::vector<char> resolved (256);
|
std::vector<char> resolved (256);
|
||||||
|
|
||||||
retry:
|
retry:
|
||||||
|
@ -39,7 +39,6 @@ namespace util {
|
|||||||
std::array<uint32_t, 16> M;
|
std::array<uint32_t, 16> M;
|
||||||
std::array<uint8_t, 64> C;
|
std::array<uint8_t, 64> C;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1
io.hpp
1
io.hpp
@ -130,7 +130,6 @@ namespace util {
|
|||||||
|
|
||||||
void set_cwd (const boost::filesystem::path &);
|
void set_cwd (const boost::filesystem::path &);
|
||||||
|
|
||||||
|
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
class path_error : public std::runtime_error {
|
class path_error : public std::runtime_error {
|
||||||
public:
|
public:
|
||||||
|
@ -50,7 +50,6 @@ namespace util {
|
|||||||
const uint8_t* cbegin (void) const;
|
const uint8_t* cbegin (void) const;
|
||||||
const uint8_t* cend (void) const;
|
const uint8_t* cend (void) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
} }
|
} }
|
||||||
|
|
||||||
typedef detail::posix::mapped_file mapped_file;
|
typedef detail::posix::mapped_file mapped_file;
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
* Copyright 2015 Danny Robson <danny@nerdcruft.net>
|
* Copyright 2015 Danny Robson <danny@nerdcruft.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __UTIL_JSON_EXCEPT_HPP
|
#ifndef __UTIL_JSON_EXCEPT_HPP
|
||||||
#define __UTIL_JSON_EXCEPT_HPP
|
#define __UTIL_JSON_EXCEPT_HPP
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ test_intersect_aabb (void)
|
|||||||
void
|
void
|
||||||
test_intersect_sphere (void)
|
test_intersect_sphere (void)
|
||||||
{
|
{
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user