whitespace

This commit is contained in:
Danny Robson 2015-04-13 18:06:08 +10:00
parent 2658b41ea1
commit 7ae57730f0
54 changed files with 78 additions and 83 deletions

View File

@ -38,7 +38,6 @@ util::image_path (void) {
// 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
// iterate for a correct size.
std::vector<char> resolved (256);
retry:

View File

@ -39,7 +39,6 @@ namespace util {
std::array<uint32_t, 16> M;
std::array<uint8_t, 64> C;
};
};
}
}

1
io.hpp
View File

@ -130,7 +130,6 @@ namespace util {
void set_cwd (const boost::filesystem::path &);
//-------------------------------------------------------------------------
class path_error : public std::runtime_error {
public:

View File

@ -50,7 +50,6 @@ namespace util {
const uint8_t* cbegin (void) const;
const uint8_t* cend (void) const;
};
} }
typedef detail::posix::mapped_file mapped_file;

View File

@ -14,7 +14,6 @@
* Copyright 2015 Danny Robson <danny@nerdcruft.net>
*/
#ifndef __UTIL_JSON_EXCEPT_HPP
#define __UTIL_JSON_EXCEPT_HPP

View File

@ -37,7 +37,7 @@ test_intersect_aabb (void)
void
test_intersect_sphere (void)
{
;
}