diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-24 15:18:43 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-24 15:18:43 +0000 |
| commit | c05ae9cbb137d8c5b053170fe56fa8bfa0904f12 (patch) | |
| tree | d76618f019ef8bd7490106a2af5c9cfb2dc354b5 | |
| parent | Standard: Cpp11 (diff) | |
| download | inkscape-c05ae9cbb137d8c5b053170fe56fa8bfa0904f12.tar.gz inkscape-c05ae9cbb137d8c5b053170fe56fa8bfa0904f12.zip | |
Fix indenting in CMakeLists.txt files
| -rw-r--r-- | src/svg/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/ui/CMakeLists.txt | 44 |
2 files changed, 23 insertions, 23 deletions
diff --git a/src/svg/CMakeLists.txt b/src/svg/CMakeLists.txt index ceffcbb24..8cbb5d704 100644 --- a/src/svg/CMakeLists.txt +++ b/src/svg/CMakeLists.txt @@ -3,7 +3,7 @@ set(svg_SRC css-ostringstream.cpp path-string.cpp - #sp-svg.def + # sp-svg.def stringstream.cpp strip-trailing-zeros.cpp svg-affine.cpp diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index d95a5e748..699f85304 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -7,14 +7,14 @@ set(ui_SRC draw-anchor.cpp icon-loader.cpp interface.cpp - monitor.cpp + monitor.cpp previewholder.cpp selected-color.cpp shape-editor.cpp shape-editor-knotholders.cpp tool-factory.cpp tools-switch.cpp - util.cpp + util.cpp uxmanager.cpp cache/svg_preview_cache.cpp @@ -84,8 +84,8 @@ set(ui_SRC dialog/calligraphic-profile-rename.cpp dialog/clonetiler.cpp dialog/color-item.cpp - dialog/attrdialog.cpp - dialog/cssdialog.cpp + dialog/attrdialog.cpp + dialog/cssdialog.cpp dialog/debug.cpp dialog/desktop-tracker.cpp dialog/dialog-manager.cpp @@ -99,7 +99,7 @@ set(ui_SRC dialog/filedialog.cpp dialog/filedialogimpl-gtkmm.cpp dialog/fill-and-stroke.cpp - dialog/filter-editor.cpp + dialog/filter-editor.cpp dialog/filter-effects-dialog.cpp dialog/find.cpp dialog/floating-behavior.cpp @@ -130,7 +130,7 @@ set(ui_SRC dialog/print.cpp dialog/prototype.cpp dialog/spellcheck.cpp - dialog/styledialog.cpp + dialog/styledialog.cpp dialog/svg-fonts-dialog.cpp dialog/swatches.cpp dialog/symbols.cpp @@ -142,7 +142,7 @@ set(ui_SRC dialog/transformation.cpp dialog/undo-history.cpp dialog/xml-tree.cpp - dialog/save-template-dialog.cpp + dialog/save-template-dialog.cpp widget/iconrenderer.cpp widget/alignment-selector.cpp @@ -157,21 +157,21 @@ set(ui_SRC widget/color-scales.cpp widget/color-slider.cpp widget/color-wheel-selector.cpp - widget/dash-selector.cpp + widget/dash-selector.cpp widget/dock-item.cpp widget/dock.cpp widget/entity-entry.cpp widget/entry.cpp widget/filter-effect-chooser.cpp widget/font-button.cpp - widget/font-selector.cpp - widget/font-selector-toolbar.cpp + widget/font-selector.cpp + widget/font-selector-toolbar.cpp widget/font-variants.cpp widget/font-variations.cpp widget/frame.cpp widget/highlight-picker.cpp widget/imagetoggler.cpp - widget/ink-color-wheel.cpp + widget/ink-color-wheel.cpp widget/ink-select-one-action.cpp widget/ink-spinscale.cpp widget/insertordericon.cpp @@ -220,14 +220,14 @@ set(ui_SRC icon-names.h icon-loader.h interface.h - monitor.h + monitor.h previewable.h previewholder.h selected-color.h shape-editor.h tool-factory.h tools-switch.h - util.h + util.h uxmanager.h cache/svg_preview_cache.h @@ -239,8 +239,8 @@ set(ui_SRC dialog/calligraphic-profile-rename.h dialog/clonetiler.h dialog/color-item.h - dialog/attrdialog.h - dialog/cssdialog.h + dialog/attrdialog.h + dialog/cssdialog.h dialog/debug.h dialog/desktop-tracker.h dialog/dialog-manager.h @@ -255,7 +255,7 @@ set(ui_SRC dialog/filedialogimpl-gtkmm.h dialog/filedialogimpl-win32.h dialog/fill-and-stroke.h - dialog/filter-editor.h + dialog/filter-editor.h dialog/filter-effects-dialog.h dialog/find.h dialog/floating-behavior.h @@ -287,7 +287,7 @@ set(ui_SRC dialog/print.h dialog/prototype.h dialog/spellcheck.h - dialog/styledialog.h + dialog/styledialog.h dialog/svg-fonts-dialog.h dialog/swatches.h dialog/symbols.h @@ -381,22 +381,22 @@ set(ui_SRC widget/color-slider.h widget/color-wheel-selector.h widget/combo-enums.h - widget/dash-selector.h + widget/dash-selector.h widget/dock-item.h widget/dock.h widget/entity-entry.h widget/entry.h widget/filter-effect-chooser.h widget/font-button.h - widget/font-selector.h - widget/font-selector-toolbar.h + widget/font-selector.h + widget/font-selector-toolbar.h widget/font-variants.h - widget/font-variations.h + widget/font-variations.h widget/frame.h widget/highlight-picker.h widget/insertordericon.h widget/imagetoggler.h - widget/ink-color-wheel.h + widget/ink-color-wheel.h widget/ink-select-one-action.h widget/ink-spinscale.h widget/labelled.h |
