Skip to content
Snippets Groups Projects
Commit b9f79cbd authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

Clean some trailing whitespace


Change-Id: I71bb0436ff06cb8981bf465ef42640b622a9f2bc
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
parent 6886d0ac
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ For a complete list of reported issues, see the Qt Bug Tracker: ...@@ -6,7 +6,7 @@ For a complete list of reported issues, see the Qt Bug Tracker:
https://bugreports.qt-project.org/ https://bugreports.qt-project.org/
For a list of fixed issues and added features, see the changelog file in the qtcreator\dist folder or the Qt Bug Tracker. For a list of fixed issues and added features, see the changelog file in the qtcreator\dist folder or the Qt Bug Tracker.
......
...@@ -201,7 +201,7 @@ unix { ...@@ -201,7 +201,7 @@ unix {
UI_DIR = $${OUT_PWD}/.uic UI_DIR = $${OUT_PWD}/.uic
} }
win32-msvc* { win32-msvc* {
#Don't warn about sprintf, fopen etc being 'unsafe' #Don't warn about sprintf, fopen etc being 'unsafe'
DEFINES += _CRT_SECURE_NO_WARNINGS DEFINES += _CRT_SECURE_NO_WARNINGS
# Speed up startup time when debugging with cdb # Speed up startup time when debugging with cdb
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
+ +
class QT_QTLOCKEDFILE_EXPORT QtLockedFile : public QFile class QT_QTLOCKEDFILE_EXPORT QtLockedFile : public QFile
{ {
public: public:
@@ -41,4 +43,6 @@ @@ -41,4 +43,6 @@
LockMode m_lock_mode; LockMode m_lock_mode;
}; };
......
...@@ -9,7 +9,7 @@ find "${rootdir}" -type f -a -executable | while read file ; do ...@@ -9,7 +9,7 @@ find "${rootdir}" -type f -a -executable | while read file ; do
#echo "${file}" #echo "${file}"
result=`eu-elflint --gnu-ld --strict "${file}" | grep -v RPATH` result=`eu-elflint --gnu-ld --strict "${file}" | grep -v RPATH`
if test -n "${result}" ; then if test -n "${result}" ; then
echo "${file}: ${result}" echo "${file}: ${result}"
fi fi
fi fi
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment