diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 22:55:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 22:55:58 +0900 |
commit | 491e1c72c7e2a19b58772fd285284e974d489501 (patch) | |
tree | 2d2658d0c98c0d1a55746a7f9a39fa2344a9874c /tdeioslave/file | |
parent | 5cb3ed2e545a03815cdd04ab8666b605a71c44b4 (diff) | |
download | tdelibs-491e1c72c7e2a19b58772fd285284e974d489501.tar.gz tdelibs-491e1c72c7e2a19b58772fd285284e974d489501.zip |
Fixed some uncrustify's code formatting offending files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/file')
-rw-r--r-- | tdeioslave/file/file.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tdeioslave/file/file.cpp b/tdeioslave/file/file.cpp index fda72f2d5..b7ac91bfd 100644 --- a/tdeioslave/file/file.cpp +++ b/tdeioslave/file/file.cpp @@ -1446,7 +1446,8 @@ void FileProtocol::mount( bool _ro, const char *_fstype, const TQString& _dev, c buffer.sprintf( "%s %s %s %s 2>%s", mountProg.latin1(), readonly.data(), dev.data(), point.data(), tmp ); else // mount giving device + mountpoint + fstype -#if defined(__svr4__) && defined(__sun__) // MARCO for Solaris 8 and I +#if defined(__svr4__) && defined(__sun__) + // MACRO for Solaris 8 and I // believe this is true for SVR4 in general buffer.sprintf( "%s -F %s %s %s %s 2>%s" mountProg.latin1() |