Skip to content

Commit

Permalink
[proximity] Normalize code style
Browse files Browse the repository at this point in the history
Use common prefix for functions in each logical group.

Normalize indentation to 4 spaces K&R derivate.

Normalize starting of Doxygen comment blocks.

Split line between function return type and function name.

Note that there are no functional changes.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Mar 13, 2019
1 parent 439b6a0 commit ea85f07
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 241 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,6 +1,6 @@
# Makefile for MCE
# Copyright © 2004-2011 Nokia Corporation.
# Copyright (C) 2012-2017 Jolla Ltd.
# Copyright (C) 2012-2019 Jolla Ltd.
#
# @author David Weinehall <david.weinehall@nokia.com>
# @author Tuomo Tanskanen
Expand Down Expand Up @@ -609,6 +609,7 @@ NORMALIZE_USES_SPC =\
modules/memnotify.h\
modules/packagekit.c\
modules/powersavemode.h\
modules/proximity.c\
modules/proximity.h\
modules/radiostates.h\
modules/sensor-gestures.c\
Expand Down Expand Up @@ -653,7 +654,6 @@ NORMALIZE_USES_TAB =\
modules/led.c\
modules/led.h\
modules/powersavemode.c\
modules/proximity.c\
modules/radiostates.c\
systemui/tklock-dbus-names.h\

Expand Down

0 comments on commit ea85f07

Please sign in to comment.