summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/data/style/fixed.py
blob: 379044eb623a8cb16ec5a7dba957a5be5610b4d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

import os
import sys


def this_is_a_function():
    """This is a docstring."""

    def this_should_be_offset():
        sys.stdout.write(os.name)