Consistently use spaces instead of tabs in CMakeLists.txt files.

This commit is contained in:
Teo Mrnjavac 2015-07-02 15:21:46 +02:00
parent b5a2403e57
commit 3db017e4c1
6 changed files with 120 additions and 120 deletions

View File

@ -1,15 +1,15 @@
set(BACKEND_SRC
backend/corebackendmanager.cpp
backend/corebackenddevice.cpp
backend/corebackend.cpp
backend/corebackendpartition.cpp
backend/corebackendpartitiontable.cpp
backend/corebackendmanager.cpp
backend/corebackenddevice.cpp
backend/corebackend.cpp
backend/corebackendpartition.cpp
backend/corebackendpartitiontable.cpp
)
set(BACKEND_LIB_HDRS
backend/corebackend.h
backend/corebackenddevice.h
backend/corebackendmanager.h
backend/corebackendpartition.h
backend/corebackendpartitiontable.h
backend/corebackend.h
backend/corebackenddevice.h
backend/corebackendmanager.h
backend/corebackendpartition.h
backend/corebackendpartitiontable.h
)

View File

@ -1,59 +1,59 @@
set(FS_SRC
fs/fat32.cpp
fs/filesystem.cpp
fs/hfs.cpp
fs/nilfs2.cpp
fs/unknown.cpp
fs/linuxswap.cpp
fs/hfsplus.cpp
fs/ext3.cpp
fs/hpfs.cpp
fs/unformatted.cpp
fs/luks.cpp
fs/btrfs.cpp
fs/ufs.cpp
fs/reiserfs.cpp
fs/exfat.cpp
fs/filesystemfactory.cpp
fs/lvm2_pv.cpp
fs/reiser4.cpp
fs/ext2.cpp
fs/jfs.cpp
fs/ntfs.cpp
fs/fat16.cpp
fs/ext4.cpp
fs/xfs.cpp
fs/extended.cpp
fs/zfs.cpp
fs/ocfs2.cpp
fs/fat32.cpp
fs/filesystem.cpp
fs/hfs.cpp
fs/nilfs2.cpp
fs/unknown.cpp
fs/linuxswap.cpp
fs/hfsplus.cpp
fs/ext3.cpp
fs/hpfs.cpp
fs/unformatted.cpp
fs/luks.cpp
fs/btrfs.cpp
fs/ufs.cpp
fs/reiserfs.cpp
fs/exfat.cpp
fs/filesystemfactory.cpp
fs/lvm2_pv.cpp
fs/reiser4.cpp
fs/ext2.cpp
fs/jfs.cpp
fs/ntfs.cpp
fs/fat16.cpp
fs/ext4.cpp
fs/xfs.cpp
fs/extended.cpp
fs/zfs.cpp
fs/ocfs2.cpp
)
set(FS_LIB_HDRS
fs/btrfs.h
fs/exfat.h
fs/ext2.h
fs/ext3.h
fs/ext4.h
fs/extended.h
fs/fat16.h
fs/fat32.h
fs/filesystem.h
fs/filesystemfactory.h
fs/hfs.h
fs/hfsplus.h
fs/hpfs.h
fs/jfs.h
fs/linuxswap.h
fs/luks.h
fs/lvm2_pv.h
fs/nilfs2.h
fs/ntfs.h
fs/ocfs2.h
fs/reiser4.h
fs/reiserfs.h
fs/ufs.h
fs/unformatted.h
fs/unknown.h
fs/xfs.h
fs/zfs.h
fs/btrfs.h
fs/exfat.h
fs/ext2.h
fs/ext3.h
fs/ext4.h
fs/extended.h
fs/fat16.h
fs/fat32.h
fs/filesystem.h
fs/filesystemfactory.h
fs/hfs.h
fs/hfsplus.h
fs/hpfs.h
fs/jfs.h
fs/linuxswap.h
fs/luks.h
fs/lvm2_pv.h
fs/nilfs2.h
fs/ntfs.h
fs/ocfs2.h
fs/reiser4.h
fs/reiserfs.h
fs/ufs.h
fs/unformatted.h
fs/unknown.h
fs/xfs.h
fs/zfs.h
)

View File

@ -1,22 +1,22 @@
set(JOBS_SRC
jobs/resizefilesystemjob.cpp
jobs/createfilesystemjob.cpp
jobs/job.cpp
jobs/checkfilesystemjob.cpp
jobs/shredfilesystemjob.cpp
jobs/createpartitionjob.cpp
jobs/createpartitiontablejob.cpp
jobs/setfilesystemlabeljob.cpp
jobs/deletepartitionjob.cpp
jobs/restorefilesystemjob.cpp
jobs/setpartgeometryjob.cpp
jobs/deletefilesystemjob.cpp
jobs/backupfilesystemjob.cpp
jobs/setpartflagsjob.cpp
jobs/copyfilesystemjob.cpp
jobs/movefilesystemjob.cpp
jobs/resizefilesystemjob.cpp
jobs/createfilesystemjob.cpp
jobs/job.cpp
jobs/checkfilesystemjob.cpp
jobs/shredfilesystemjob.cpp
jobs/createpartitionjob.cpp
jobs/createpartitiontablejob.cpp
jobs/setfilesystemlabeljob.cpp
jobs/deletepartitionjob.cpp
jobs/restorefilesystemjob.cpp
jobs/setpartgeometryjob.cpp
jobs/deletefilesystemjob.cpp
jobs/backupfilesystemjob.cpp
jobs/setpartflagsjob.cpp
jobs/copyfilesystemjob.cpp
jobs/movefilesystemjob.cpp
)
set(JOBS_LIB_HDRS
jobs/job.h
jobs/job.h
)

View File

@ -1,29 +1,29 @@
set(OPS_SRC
ops/operation.cpp
ops/deleteoperation.cpp
ops/restoreoperation.cpp
ops/resizeoperation.cpp
ops/newoperation.cpp
ops/createfilesystemoperation.cpp
ops/createpartitiontableoperation.cpp
ops/setfilesystemlabeloperation.cpp
ops/setpartflagsoperation.cpp
ops/checkoperation.cpp
ops/backupoperation.cpp
ops/copyoperation.cpp
ops/operation.cpp
ops/deleteoperation.cpp
ops/restoreoperation.cpp
ops/resizeoperation.cpp
ops/newoperation.cpp
ops/createfilesystemoperation.cpp
ops/createpartitiontableoperation.cpp
ops/setfilesystemlabeloperation.cpp
ops/setpartflagsoperation.cpp
ops/checkoperation.cpp
ops/backupoperation.cpp
ops/copyoperation.cpp
)
set(OPS_LIB_HDRS
ops/backupoperation.h
ops/checkoperation.h
ops/copyoperation.h
ops/createfilesystemoperation.h
ops/createpartitiontableoperation.h
ops/deleteoperation.h
ops/newoperation.h
ops/operation.h
ops/resizeoperation.h
ops/restoreoperation.h
ops/setfilesystemlabeloperation.h
ops/setpartflagsoperation.h
ops/backupoperation.h
ops/checkoperation.h
ops/copyoperation.h
ops/createfilesystemoperation.h
ops/createpartitiontableoperation.h
ops/deleteoperation.h
ops/newoperation.h
ops/operation.h
ops/resizeoperation.h
ops/restoreoperation.h
ops/setfilesystemlabeloperation.h
ops/setpartflagsoperation.h
)

View File

@ -20,12 +20,12 @@ install(FILES pmcorebackendplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR
option(PARTMAN_LIBPARTEDBACKEND "Build the libparted backend plugin." ON)
if (PARTMAN_LIBPARTEDBACKEND)
add_subdirectory(libparted)
add_subdirectory(libparted)
endif (PARTMAN_LIBPARTEDBACKEND)
option(PARTMAN_DUMMYBACKEND "Build the dummy backend plugin." ON)
if (PARTMAN_DUMMYBACKEND)
add_subdirectory(dummy)
add_subdirectory(dummy)
endif (PARTMAN_DUMMYBACKEND)

View File

@ -1,18 +1,18 @@
set(UTIL_SRC
util/capacity.cpp
util/externalcommand.cpp
util/globallog.cpp
util/helpers.cpp
util/htmlreport.cpp
util/report.cpp
util/capacity.cpp
util/externalcommand.cpp
util/globallog.cpp
util/helpers.cpp
util/htmlreport.cpp
util/report.cpp
)
set(UTIL_LIB_HDRS
util/libpartitionmanagerexport.h
util/capacity.h
util/externalcommand.h
util/globallog.h
util/helpers.h
util/htmlreport.h
util/report.h
util/libpartitionmanagerexport.h
util/capacity.h
util/externalcommand.h
util/globallog.h
util/helpers.h
util/htmlreport.h
util/report.h
)