]> sigrok.org Git - pulseview.git/blobdiff - pv/devices/file.cpp
Various minor whitespace and consistency fixes.
[pulseview.git] / pv / devices / file.cpp
index 91f2d5d62d20e44da4b01e82027df2a6b6ee198b..5e1cb859d45073a1c63eb33d3b97be4ef22e09e3 100644 (file)
@@ -26,14 +26,17 @@ namespace pv {
 namespace devices {
 
 File::File(const std::string &file_name) :
 namespace devices {
 
 File::File(const std::string &file_name) :
-       file_name_(file_name) {
+       file_name_(file_name)
+{
 }
 
 }
 
-std::string File::full_name() const {
+std::string File::full_name() const
+{
        return boost::filesystem::path(file_name_).filename().string();
 }
 
        return boost::filesystem::path(file_name_).filename().string();
 }
 
-std::string File::display_name(const DeviceManager&) const {
+std::string File::display_name(const DeviceManager&) const
+{
        return File::full_name();
 }
 
        return File::full_name();
 }