summaryrefslogtreecommitdiffstats
path: root/include/widgets
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-05 13:52:44 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-05 13:52:44 +0200
commit9b0a430fd48b390b7a1c14dab3b0e5fe4cd2b63a (patch)
treeec113690e2122829cee84ee13ce78fff1a1ee6ef /include/widgets
parentba296f921087453ca36c45af4be4e2ff3d6007a5 (diff)
Indent.
Diffstat (limited to 'include/widgets')
-rw-r--r--include/widgets/box.h2
-rw-r--r--include/widgets/container.h2
-rw-r--r--include/widgets/listview.h2
-rw-r--r--include/widgets/widget.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/widgets/box.h b/include/widgets/box.h
index 2cf4618a..21724b1a 100644
--- a/include/widgets/box.h
+++ b/include/widgets/box.h
@@ -45,7 +45,7 @@
/**
* Abstract handle to the box widget internal state.
*/
-typedef struct _box box;
+typedef struct _box box;
/**
* @param name The name of the widget.
diff --git a/include/widgets/container.h b/include/widgets/container.h
index e94d50f2..60c0b258 100644
--- a/include/widgets/container.h
+++ b/include/widgets/container.h
@@ -41,7 +41,7 @@
/**
* Abstract handle to the container widget internal state.
*/
-typedef struct _window container;
+typedef struct _window container;
/**
* @param name The name of the widget.
diff --git a/include/widgets/listview.h b/include/widgets/listview.h
index a2fe6989..81d705b1 100644
--- a/include/widgets/listview.h
+++ b/include/widgets/listview.h
@@ -39,7 +39,7 @@
* Handle to the listview.
* No internal fields should be accessed directly.
*/
-typedef struct _listview listview;
+typedef struct _listview listview;
/**
* The scrolling type used in the list view
diff --git a/include/widgets/widget.h b/include/widgets/widget.h
index 28e3a8b1..0ee2ba2c 100644
--- a/include/widgets/widget.h
+++ b/include/widgets/widget.h
@@ -48,7 +48,7 @@
* Abstract structure holding internal state of a widget.
* Structure is elaborated in widget-internal.h
*/
-typedef struct _widget widget;
+typedef struct _widget widget;
/**
* Type of the widget. It is used to bubble events to the relevant widget.