mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix guard position
This commit is contained in:
parent
68afc6011d
commit
85f49b6af4
@ -1,6 +1,3 @@
|
||||
#ifndef CSYNCTHREAD_H
|
||||
#define CSYNCTHREAD_H
|
||||
|
||||
/*
|
||||
* Copyright (C) by Duncan Mac-Vicar P. <duncan@kde.org>
|
||||
* Copyright (C) by Klaas Freitag <freitag@owncloud.com>
|
||||
@ -16,6 +13,9 @@
|
||||
* for more details.
|
||||
*/
|
||||
|
||||
#ifndef CSYNCTHREAD_H
|
||||
#define CSYNCTHREAD_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <QMutex>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user