Skip to content

Commit 014c185

Browse files
author
timlinux
committed
Simple formatting changes
git-svn-id: http://svn.osgeo.org/qgis/trunk@8740 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 13cab55 commit 014c185

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/core/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ raster/qgsrasterlayer.h
108108

109109
QT4_WRAP_CPP(QGIS_CORE_MOC_SRCS ${QGIS_CORE_MOC_HDRS})
110110

111-
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
111+
INCLUDE_DIRECTORIES(
112+
${CMAKE_CURRENT_SOURCE_DIR}
112113
raster
113114
renderer
114115
symbology

src/core/qgis.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ const char* QGis::qgisVersion = VERSION;
3131
// SVN version
3232
const char* QGis::qgisSvnVersion = QGSSVNVERSION;
3333

34-
// Version number used for comparing versions using the "Check QGIS Version" function
35-
const int QGis::qgisVersionInt =VERSION_INT;
34+
// Version number used for comparing versions using the
35+
// "Check QGIS Version" function
36+
const int QGis::qgisVersionInt = VERSION_INT;
3637

3738
// Release name
3839
const char* QGis::qgisReleaseName = RELEASE_NAME;

0 commit comments

Comments
 (0)