Bug 1709352 - Follow-up patch to fix indentation; r=dom-storage-reviewers,jstutte

Differential Revision: https://phabricator.services.mozilla.com/D115869
This commit is contained in:
Jan Varga 2021-05-25 09:36:10 +00:00
Родитель 77aa763413
Коммит 31744e4062
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -12,9 +12,9 @@
#endif
#ifdef QM_ERROR_STACKS_ENABLED
#include "mozilla/Result.h"
#include "mozilla/ResultVariant.h"
#include "nsError.h"
# include "mozilla/Result.h"
# include "mozilla/ResultVariant.h"
# include "nsError.h"
#endif
namespace mozilla {